Home
last modified time | relevance | path

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

/minix3/usr.bin/ul/
H A Dul.c92 int outchar __P((int));
98 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)
398 outchar(int c) in outchar() function