HomeSort by: relevance | last modified time | path
    Searched defs:doupdate (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libcurses/
refresh.c 496 retval = doupdate();
534 retval = doupdate();
544 * doupdate --
548 doupdate(void) function in typeref:typename:int
603 __CTRACE(__CTRACE_REFRESH, "doupdate: (%p): curwin = %d\n", win,
605 __CTRACE(__CTRACE_REFRESH, "doupdate: \tfirstch\tlastch\n");
700 "doupdate: wy %d\tf: %d\tl:%d\tflags %x\n",
706 "doupdate: [ISDIRTY]wy:%d\tf:%d\tl:%d\n", wy,
729 "doupdate: line %d notdirty\n", wy);
763 __CTRACE(__CTRACE_REFRESH, "doupdate: ly=%d, lx=%d\n"
    [all...]
refresh.c 496 retval = doupdate();
534 retval = doupdate();
544 * doupdate --
548 doupdate(void) function in typeref:typename:int
603 __CTRACE(__CTRACE_REFRESH, "doupdate: (%p): curwin = %d\n", win,
605 __CTRACE(__CTRACE_REFRESH, "doupdate: \tfirstch\tlastch\n");
700 "doupdate: wy %d\tf: %d\tl:%d\tflags %x\n",
706 "doupdate: [ISDIRTY]wy:%d\tf:%d\tl:%d\n", wy,
729 "doupdate: line %d notdirty\n", wy);
763 __CTRACE(__CTRACE_REFRESH, "doupdate: ly=%d, lx=%d\n"
    [all...]

Completed in 22 milliseconds