Searched refs:pfast (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_put.c288 if (pfast == 0 && phadnl)
458 if (pfast)
475 if (pfast == 0 && (!cursor_address || holdcm))
495 if (scroll_forward /* && !beehive_glitch */ && pfast)
500 if (pfast == 0)
650 if ((NONL || !pfast) && outline < destline)
687 if (cursor_down && pfast)
694 if (NONL || pfast == 0)
992 if (ruptible == 0 || pfast)
996 pfast
[all...]
H A Dex.h253 var bool pfast; /* Have stty -nl'ed to go faster */ variable
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dchar_to_decimal.h44 char *pfast; variable
238 pfast = &(pd->ds[ids]);
240 pfast[nfast++] = CURRENT;
363 pfast = &(pd->ds[ids]);
365 pfast[nfast++] = CURRENT;
/illumos-gate/usr/src/lib/libc/port/fp/
H A Dchar_to_decimal.h108 char *pfast; variable
397 for (nfast = 0, pfast = &(pd->ds[ids]);
400 *pfast++ = (char)current;
527 for (nfast = 0, pfast = &(pd->ds[ids]);
530 *pfast++ = (char)current;
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwstod.c199 char *pfast; local
404 for (nfast = 0, pfast = &(pd->ds[ids]);
407 *pfast++ = (char)current;
497 for (nfast = 0, pfast = &(pd->ds[ids]);
500 *pfast++ = (char)current;

Completed in 80 milliseconds