Searched refs:doflush (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/usr.bin/vi/ex/ |
| D | ex_print.c | 298 int doflush, n; local 303 for (doflush = n = 0; *str != '\0'; ++n) { 307 doflush = 1; 309 if (doflush)
|
| /mirbsd/src/usr.bin/telnet/ |
| D | telnet.c | 2460 doflush() in doflush() function 2477 doflush(); in xmitAO() 2543 doflush(); in intp() 2557 doflush(); in sendbrk() 2571 doflush(); in sendabort() 2585 doflush(); in sendsusp()
|
| /mirbsd/src/sys/arch/sparc/sparc/ |
| D | pmap.c | 1662 int s, cnum, i, doflush; local 1683 doflush = 0; 1701 doflush = (CACHEINFO.c_vactype != VAC_NONE); 1736 if (doflush) 1802 if (doflush) 5051 int vr, vs, *pte, tpte, pmeg, s, doflush; local 5118 doflush = 0; 5127 doflush = CACHEINFO.c_vactype != VAC_NONE; 5162 if (doflush && (tpte & PG_NC) == 0)
|