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

  /src/lib/libcurses/
refresh.c 1017 __LDATA *tcsp; local in function:putch
1033 tcsp = csp;
1034 tcsp++;
1036 tcsp->ch = csp->ch;
1037 tcsp->attr = csp->attr;
1038 tcsp->wcols = i;
1039 tcsp->cflags = CA_CONTINUATION;
1040 tcsp++;
refresh.c 1017 __LDATA *tcsp; local in function:putch
1033 tcsp = csp;
1034 tcsp++;
1036 tcsp->ch = csp->ch;
1037 tcsp->attr = csp->attr;
1038 tcsp->wcols = i;
1039 tcsp->cflags = CA_CONTINUATION;
1040 tcsp++;

Completed in 24 milliseconds