Home
last modified time | relevance | path

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

/dports/sysutils/screen/screen-4.8.0/
H A Dcanvas.h89 struct canvas *cvlnext = cv->c_lnext; \
96 cv->c_lnext = cvlnext; \
H A Dlayer.c660 struct canvas *cv, *cvlist, *cvlnext; in LWrapChar() local
707 cvlnext = cv->c_lnext; in LWrapChar()
717 cv->c_lnext = cvlnext; in LWrapChar()
748 cvlnext = cv->c_lnext; in LWrapChar()
760 cv->c_lnext = cvlnext; in LWrapChar()
H A Ddisplay.c905 struct canvas *cv, *cvlist, *cvlnext; local
930 cvlnext = cv->c_lnext;
935 cv->c_lnext = cvlnext;
1264 struct canvas *cvlist, *cvlnext; local
1267 cvlnext = cv->c_lnext;
1272 cv->c_lnext = cvlnext;
2379 struct canvas *cv, *lcv, *cvlist, *cvlnext; local
2512 cvlnext = lcv->c_lnext;
2517 lcv->c_lnext = cvlnext;