Searched refs:outchar (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Demit1.c123 outchar('c');
125 outchar('v');
127 outchar(s);
128 outchar(t);
145 outchar('E');
173 outchar('\0');
203 outchar('.');
205 outchar('.');
239 outchar('d');
241 outchar('
[all...]
H A Demit.c110 outchar('\n');
124 outchar(c) function
140 outchar(c);
142 outchar('\\');
145 outchar('\\');
148 outchar('"');
151 outchar('\'');
154 outchar('b');
157 outchar('t');
160 outchar('
[all...]
H A Dmem1.c114 outchar('s');
/freebsd-9.3-release/usr.bin/xlint/common/
H A Dexterns.h61 extern void outchar(int);
H A Demit.c109 outchar('\n');
123 outchar(int c) function
139 outchar(c);
141 outchar('\\');
144 outchar('\\');
147 outchar('"');
150 outchar('\'');
153 outchar('b');
156 outchar('t');
159 outchar('
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint2/
H A Demit2.c96 outchar('c');
98 outchar('v');
100 outchar(s);
101 outchar(t);
114 outchar('.');
116 outchar('.');
130 outchar('E');
150 outchar('d');
154 outchar('.');
159 outchar('
[all...]
/freebsd-9.3-release/usr.bin/ul/
H A Dul.c92 int outchar(int);
101 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)
494 outchar(int c) function

Completed in 104 milliseconds