Home
last modified time | relevance | path

Searched defs:putn (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/usr.bin/top/
H A Ddisplay.h57 #define putn() do { if (!smart_terminal) if (putchar('\n') == EOF) exit(1); } \ macro
/openbsd-src/bin/csh/
H A Dset.c324 putn(int n) in putn() function