Searched defs:putn (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/usr.bin/top/ | ||
H A D | display.h | 57 #define putn() do { if (!smart_terminal) if (putchar('\n') == EOF) exit(1); } \ macro |
/openbsd-src/bin/csh/ | ||
H A D | set.c | 324 putn(int n) in putn() function |