Home
last modified time | relevance | path

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

/titanic_50/usr/src/ucblib/libcurses/
H A Dcr_put.c87 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 Dcurses.c65 bool GT, NONL, UPPERCASE, normtty, _pfast; variable
H A Dmapfile-vers129 _pfast;
/titanic_50/usr/src/ucbhead/
H A Dcurses.h74 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, \