Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Dfinger.c166 #define TS_HIGH (1 << TERM_HIGH) /* print characters greater than 126 */ macro
1379 ((termpass & TS_HIGH) && ((int)c) > 126) \
1481 termpass |= TS_HIGH; in initscreening()