Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/ul/
H A Dul.c94 static int outchar(int);
103 #define PRINT(s) if (s == NULL) /* void */; else tputs(s, 1, outchar)
515 outchar(int c) in outchar() function