Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c287 if (pfast == 0 && phadnl) in termchar()
457 if (pfast) in fgoto()
499 if (pfast == 0) in fgoto()
649 if ((NONL || !pfast) && outline < destline) in plod()
686 if (cursor_down && pfast) in plod()
693 if (NONL || pfast == 0) in plod()
991 if (ruptible == 0 || pfast) in pstart()
995 pfast = 1; in pstart()
1017 pfast &= ~1; in pstop()
1044 pfast |= 2; in ostart()
[all …]
H A Dex.h253 var bool pfast; /* Have stty -nl'ed to go faster */ variable
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h106 char *pfast; variable
395 for (nfast = 0, pfast = &(pd->ds[ids]);
398 *pfast++ = (char)current;
525 for (nfast = 0, pfast = &(pd->ds[ids]);
528 *pfast++ = (char)current;
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c197 char *pfast; in wstring_to_decimal() local
402 for (nfast = 0, pfast = &(pd->ds[ids]); in wstring_to_decimal()
405 *pfast++ = (char)current; in wstring_to_decimal()
495 for (nfast = 0, pfast = &(pd->ds[ids]); in wstring_to_decimal()
498 *pfast++ = (char)current; in wstring_to_decimal()