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 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 *
    [all...]
mem1.c 142 outchar('s');
144 outchar('\n');
  /src/usr.bin/xlint/lint2/
emit2.c 63 outchar('c');
65 outchar('v');
67 outchar(ss[ts]);
69 outchar('f');
71 outchar(tt[ts]);
85 outchar('.');
87 outchar('.');
101 outchar('E');
113 outchar('d'); /* definition */
115 outchar('.')
    [all...]
  /src/usr.bin/xlint/common/
emit.c 69 outchar(char c) function in typeref:typename:void
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 in typeref:typename:int

Completed in 14 milliseconds