Searched refs:cnext (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/usr.bin/gprof/
H A Ddfn.c202 for ( tailp = cycleheadp ; tailp -> cnext ; tailp = tailp -> cnext ) {
234 tailp -> cnext = childp;
245 for ( tailp = childp ; tailp->cnext ; tailp = tailp->cnext ) {
246 tailp -> cnext -> cyclehead = cycleheadp;
250 printname( tailp -> cnext );
310 for ( memberp = parentp ; memberp ; memberp = memberp -> cnext ) {
H A Dprintgprof.c525 for ( memberp = cyclep -> cnext ; memberp ; memberp = memberp -> cnext ) {
555 todo = cyclep -> cnext;
556 cyclep -> cnext = 0;
557 for ( (doing = todo)&&(todo = doing -> cnext);
559 (doing = todo )&&(todo = doing -> cnext )){
560 for ( prev = cyclep ; prev -> cnext ; prev = prev -> cnext ) {
561 if ( membercmp( doing , prev -> cnext ) == GREATERTHAN ) {
565 doing -> cnext
[all...]
H A Darcs.c147 parentp -> cnext = 0;
191 parentp -> cnext = 0;
371 if ( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) {
389 if ( !( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) ) {
408 cyclenlp -> cnext = nlp; /* pointer to next member of cycle */
421 for ( memberp = nlp ; memberp ; memberp = memberp -> cnext ) {
429 for ( memberp = nlp ; memberp ; memberp = memberp -> cnext ) {
469 for (nlp = cyclenl[ cycleno ] . cnext; nlp; nlp = nlp -> cnext) {
492 for ( nlp = cyclenl[ cycleno ] . cnext ; nl
[all...]
H A Dgprof.h141 struct nl *cnext; /* pointer to next member of cycle */ member in struct:nl
/freebsd-9.3-release/contrib/one-true-awk/
H A Dtran.c173 temp = cp->cnext; /* avoids freeing then using */
193 for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext)
196 tp->tab[h] = p->cnext;
198 prev->cnext = p->cnext;
231 p->cnext = tp->tab[h];
258 op = cp->cnext;
260 cp->cnext = np[nh];
275 for (p = tp->tab[h]; p != NULL; p = p->cnext)
H A Dawk.h85 struct Cell *cnext; /* ptr to next if chained */ member in struct:Cell
H A Drun.c691 a->cnext = tmps;
704 tmps[i-1].cnext = &tmps[i];
705 tmps[i-1].cnext = 0;
708 tmps = x->cnext;
1459 ncp = cp->cnext;
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dconf.c88 struct ftpconv *conv, *cnext; local
90 for (conv = curclass.conversions; conv != NULL; conv = cnext) {
95 cnext = conv->next;
153 struct ftpconv *conv, *cnext; local
338 for (cnext = curclass.conversions;
339 cnext != NULL; cnext = cnext->next)
340 if (cnext->next == NULL)
342 if (cnext !
[all...]

Completed in 92 milliseconds