Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucblib/libcurses/
H A Dcr_put.c78 if (_pfast) in fgoto()
101 if (_pfast == 0 && !CA) in fgoto()
125 if (NL /* && !XB */ && _pfast) in fgoto()
130 if (_pfast == 0) in fgoto()
264 if ((NONL || !_pfast) && outline < destline) in plod()
303 if (NONL || _pfast == 0) in plod()
H A Dcurses.c63 bool GT, NONL, UPPERCASE, normtty, _pfast; variable
H A Dmapfile-vers139 _pfast { ASSERT = { TYPE = OBJECT; SIZE = 1; }; };
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h72 extern bool GT, NONL, UPPERCASE, normtty, _pfast;
159 #define raw() (_tty.sg_flags |= RAW, _pfast = _rawmode = TRUE, \
162 _pfast = !(_tty.sg_flags & CRMOD), (void) stty(_tty_ch, &_tty))
173 #define nl() (_tty.sg_flags |= CRMOD, _pfast = _rawmode, \
175 #define nonl() (_tty.sg_flags &= ~CRMOD, _pfast = TRUE, \