Searched refs:_pfast (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/ucblib/libcurses/ |
H A D | cr_put.c | 87 if (_pfast) in fgoto() 110 if (_pfast == 0 && !CA) in fgoto() 134 if (NL /* && !XB */ && _pfast) in fgoto() 139 if (_pfast == 0) in fgoto() 273 if ((NONL || !_pfast) && outline < destline) in plod() 312 if (NONL || _pfast == 0) in plod()
|
H A D | curses.c | 65 bool GT, NONL, UPPERCASE, normtty, _pfast; variable
|
H A D | mapfile-vers | 129 _pfast;
|
/titanic_50/usr/src/ucbhead/ |
H A D | curses.h | 74 extern bool GT, NONL, UPPERCASE, normtty, _pfast; 161 #define raw() (_tty.sg_flags |= RAW, _pfast = _rawmode = TRUE, \ 164 _pfast = !(_tty.sg_flags & CRMOD), (void) stty(_tty_ch, &_tty)) 175 #define nl() (_tty.sg_flags |= CRMOD, _pfast = _rawmode, \ 177 #define nonl() (_tty.sg_flags &= ~CRMOD, _pfast = TRUE, \
|