Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c165 #define TS_LOW (1 << TERM_LOW) /* print characters less than 32 */ macro
1385 ((termpass & TS_LOW) && ((int)c) < 32) \
1478 termpass |= TS_LOW; in initscreening()