Lines Matching refs:cnext
149 parentp -> cnext = 0; in doarcs()
193 parentp -> cnext = 0; in doarcs()
372 if ( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) { in cyclelink()
390 if ( !( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) ) { in cyclelink()
409 cyclenlp -> cnext = nlp; /* pointer to next member of cycle */ in cyclelink()
422 for ( memberp = nlp ; memberp ; memberp = memberp -> cnext ) { in cyclelink()
430 for ( memberp = nlp ; memberp ; memberp = memberp -> cnext ) { in cyclelink()
470 for (nlp = cyclenl[ cycleno ] . cnext; nlp; nlp = nlp -> cnext) { in cycleanalyze()
493 for ( nlp = cyclenl[ cycleno ] . cnext ; nlp ; nlp = nlp -> cnext ) { in cycleanalyze()
770 for ( childp = cyclenlp -> cnext ; childp ; childp = childp -> cnext ) { in cycletime()
928 for ( memp = headp -> cnext ; memp ; memp = memp -> cnext ) { in inheritflags()
950 for ( memp = headp ; memp ; memp = memp -> cnext ) { in inheritflags()