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

  /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');
  /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 13 milliseconds