HomeSort by: relevance | last modified time | path
    Searched refs:outchar (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/xlint/lint1/
emit1.c 103 outchar('c');
105 outchar('v');
107 outchar(ss[ts]);
108 outchar(tt[ts]);
130 outchar('E');
158 outchar('.');
160 outchar('.');
189 outchar('d'); /* declaration */
191 outchar('.');
197 outchar('d'); /* defined *
    [all...]
mem1.c 142 outchar('s');
144 outchar('\n');
  /src/usr.bin/xlint/lint2/
emit2.c 58 outchar('c');
60 outchar('v');
62 outchar(ss[ts]);
64 outchar('f');
66 outchar(tt[ts]);
80 outchar('.');
82 outchar('.');
96 outchar('E');
108 outchar('d'); /* definition */
110 outchar('.')
    [all...]
  /src/usr.bin/xlint/common/
emit.c 69 outchar(char c) function
84 outchar(*s++);
111 outchar('S');
113 outchar('\n');
externs.h 64 void outchar(char);
  /src/usr.bin/ul/
ul.c 87 static int outchar(int);
95 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)
412 outchar(int c) function

Completed in 15 milliseconds