Home
last modified time | relevance | path

Searched refs:doflush (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.bin/vi/ex/
Dex_print.c298 int doflush, n; local
303 for (doflush = n = 0; *str != '\0'; ++n) {
307 doflush = 1;
309 if (doflush)
/mirbsd/src/usr.bin/telnet/
Dtelnet.c2460 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/
Dpmap.c1662 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)