Home
last modified time | relevance | path

Searched refs:c_lnext (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/screen/screen-4.8.0/
H A Dcanvas.h54 struct canvas *c_lnext; /* next canvas that displays layer */ member
89 struct canvas *cvlnext = cv->c_lnext; \
92 cv->c_lnext = 0; \
96 cv->c_lnext = cvlnext; \
H A Dlayer.c707 cvlnext = cv->c_lnext; in LWrapChar()
709 cv->c_lnext = 0; in LWrapChar()
717 cv->c_lnext = cvlnext; in LWrapChar()
748 cvlnext = cv->c_lnext; in LWrapChar()
750 cv->c_lnext = 0; in LWrapChar()
946 ncv = cv->c_lnext; in KillLayerChain()
948 cv->c_lnext = 0; in KillLayerChain()
1005 *cvpp = cv->c_lnext; in InitOverlayPage()
1007 cv->c_lnext = 0; in InitOverlayPage()
1097 ocv->c_lnext = 0; in ExitOverlayPage()
[all …]
H A Dlayer.h111 for (cv = flayer->l_cvlist; cv; cv = cv->c_lnext) \
115 for (cv = flayer->l_cvlist; cv; cv = cv->c_lnext) \
H A Dcanvas.c250 for (cvpp = &l->l_cvlist; (cvp = *cvpp); cvpp = &cvp->c_lnext)
254 *cvpp = cvp->c_lnext;
295 cv->c_lnext = l->l_cvlist;
402 cv->c_lnext = 0; in MakeDefaultCanvas()
750 cv->c_lnext = 0;
H A Ddisplay.c930 cvlnext = cv->c_lnext;
932 cv->c_lnext = 0;
935 cv->c_lnext = cvlnext;
1267 cvlnext = cv->c_lnext;
1269 cv->c_lnext = 0;
1272 cv->c_lnext = cvlnext;
2512 cvlnext = lcv->c_lnext;
2514 lcv->c_lnext = 0;
2517 lcv->c_lnext = cvlnext;
3416 for (cv = D_forecv->c_layer->l_cvlist; cv; cv = cv->c_lnext)
H A Dlayout.c293 cv->c_lnext = l->l_cvlist; in UpdateLayoutCanvas()
H A Dresize.c307 if (++cvs > 1 || l->l_cvlist->c_lnext)
345 for (_cv = flayer->l_cvlist; _cv; _cv = _cv->c_lnext) \
H A Dwindow.c1064 ncv = cv->c_lnext;
1067 cv->c_lnext = 0;
1809 for (cv = p->w_layer.l_cvlist; cv; cv = cv->c_lnext)
H A Dansi.c483 for (cv = curr->w_layer.l_cvlist; cv; cv = cv->c_lnext)
1661 for (cv = curr->w_layer.l_cvlist; cv; cv = cv->c_lnext) in PrintStart()
3010 for (cv = p->w_layer.l_cvlist; cv; cv = cv->c_lnext)
3053 for (cv = p->w_layer.l_cvlist; cv; cv = cv->c_lnext)
H A Dprocess.c5607 if (p->w_layer.l_cvlist && p->w_layer.l_cvlist->c_lnext)