Home | History | Annotate | Download | only in lint1

Lines Matching refs:outchar

108 			outchar('c');
110 outchar('v');
112 outchar(ss[ts]);
113 outchar(tt[ts]);
135 outchar('E');
163 outchar('.');
165 outchar('.');
194 outchar('d'); /* declaration */
196 outchar('.');
202 outchar('d'); /* defined */
204 outchar('t'); /* tentative defined */
207 outchar('e'); /* declared */
215 outchar('u');
219 outchar('s');
224 outchar('r');
229 outchar('\n');
247 outchar('d'); /* declaration */
249 outchar('.');
260 outchar('v');
264 outchar('S');
268 outchar('P');
273 outchar('d');
276 outchar('r'); /* has return value */
283 outchar('u');
286 outchar('o'); /* old-style function definition */
289 outchar('i');
292 outchar('s');
297 outchar('r');
306 outchar('f');
314 outchar('\n');
329 outchar('c'); /* function call */
331 outchar('.');
352 outchar('z');
355 outchar('p');
358 outchar('n');
371 outchar('s');
377 outchar((char)(retval_discarded ? 'd' : retval_used ? 'u' : 'i'));
382 outchar('f');
388 outchar('\n');
397 outchar(c);
401 outchar('\\');
404 outchar('\\');
407 outchar('"');
410 outchar('\'');
413 outchar('b');
416 outchar('t');
419 outchar('n');
422 outchar('f');
425 outchar('r');
428 outchar('v');
431 outchar('a');
434 outchar((char)((((unsigned char)c >> 6) & 07) + '0'));
435 outchar((char)((((unsigned char)c >> 3) & 07) + '0'));
436 outchar((char)((c & 07) + '0'));
449 outchar('"');
459 outchar('%');
465 outchar(c);
471 outchar(c);
477 outchar(c);
480 outchar(c);
484 outchar(c);
492 outchar(c);
517 outchar(c);
523 outchar(c);
530 outchar('"');
541 outchar('u'); /* used */
543 outchar('.');
545 outchar('x'); /* separate the two numbers */
547 outchar('\n');