Searched refs:c_lnext (Results 1 – 10 of 10) sorted by relevance
54 struct canvas *c_lnext; /* next canvas that displays layer */ member89 struct canvas *cvlnext = cv->c_lnext; \92 cv->c_lnext = 0; \96 cv->c_lnext = cvlnext; \
707 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 …]
111 for (cv = flayer->l_cvlist; cv; cv = cv->c_lnext) \115 for (cv = flayer->l_cvlist; cv; cv = cv->c_lnext) \
250 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;
930 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)
293 cv->c_lnext = l->l_cvlist; in UpdateLayoutCanvas()
307 if (++cvs > 1 || l->l_cvlist->c_lnext)345 for (_cv = flayer->l_cvlist; _cv; _cv = _cv->c_lnext) \
1064 ncv = cv->c_lnext;1067 cv->c_lnext = 0;1809 for (cv = p->w_layer.l_cvlist; cv; cv = cv->c_lnext)
483 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)
5607 if (p->w_layer.l_cvlist && p->w_layer.l_cvlist->c_lnext)