Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ex/
H A Dex_put.c238 if (pfast == 0 && phadnl)
352 if (pfast) in fgoto()
399 if (xNL /* && !XB */ && pfast) in fgoto()
404 if (pfast == 0) in fgoto()
584 if (xNL && pfast) in plod()
591 if (NONL || pfast == 0) in plod()
872 if (ruptible == 0 || pfast) in pstart()
876 pfast = 1; in pstart()
900 pfast &= ~1; in pstop()
938 pfast |= 2; in ostart()
[all …]
H A Dex.h236 var bool pfast; /* Have stty -nl'ed to go faster */ variable