Home
last modified time | relevance | path

Searched refs:cnext (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/usr.bin/gprof/
HDdfn.c197 for ( tailp = cycleheadp ; tailp -> cnext ; tailp = tailp -> cnext ) { in dfn_findcycle()
229 tailp -> cnext = childp; in dfn_findcycle()
240 for ( tailp = childp ; tailp->cnext ; tailp = tailp->cnext ) { in dfn_findcycle()
241 tailp -> cnext -> cyclehead = cycleheadp; in dfn_findcycle()
245 printname( tailp -> cnext ); in dfn_findcycle()
303 for ( memberp = parentp ; memberp ; memberp = memberp -> cnext ) { in dfn_post_visit()
HDarcs.c147 parentp -> cnext = 0; in doarcs()
191 parentp -> cnext = 0; in doarcs()
370 if ( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) { in cyclelink()
388 if ( !( nlp -> cyclehead == nlp && nlp -> cnext != 0 ) ) { in cyclelink()
407 cyclenlp -> cnext = nlp; /* pointer to next member of cycle */ in cyclelink()
420 for ( memberp = nlp ; memberp ; memberp = memberp -> cnext ) { in cyclelink()
428 for ( memberp = nlp ; memberp ; memberp = memberp -> cnext ) { in cyclelink()
468 for (nlp = cyclenl[ cycleno ] . cnext; nlp; nlp = nlp -> cnext) { in cycleanalyze()
491 for ( nlp = cyclenl[ cycleno ] . cnext ; nlp ; nlp = nlp -> cnext ) { in cycleanalyze()
768 for ( childp = cyclenlp -> cnext ; childp ; childp = childp -> cnext ) { in cycletime()
[all …]
HDprintgprof.c519 for ( memberp = cyclep -> cnext ; memberp ; memberp = memberp -> cnext ) { in printmembers()
548 todo = cyclep -> cnext; in sortmembers()
549 cyclep -> cnext = 0; in sortmembers()
550 for ( (doing = todo)&&(todo = doing -> cnext); in sortmembers()
552 (doing = todo )&&(todo = doing -> cnext )){ in sortmembers()
553 for ( prev = cyclep ; prev -> cnext ; prev = prev -> cnext ) { in sortmembers()
554 if ( membercmp( doing , prev -> cnext ) == GREATERTHAN ) { in sortmembers()
558 doing -> cnext = prev -> cnext; in sortmembers()
559 prev -> cnext = doing; in sortmembers()
HDgprof.h133 struct nl *cnext; /* pointer to next member of cycle */ member
/freebsd-13-stable/contrib/one-true-awk/
HDtran.c199 temp = cp->cnext; /* avoids freeing then using */ in freesymtab()
219 for (p = tp->tab[h]; p != NULL; prev = p, p = p->cnext) in freeelem()
222 tp->tab[h] = p->cnext; in freeelem()
224 prev->cnext = p->cnext; in freeelem()
257 p->cnext = tp->tab[h]; in setsymtab()
284 op = cp->cnext; in rehash()
286 cp->cnext = np[nh]; in rehash()
301 for (p = tp->tab[h]; p != NULL; p = p->cnext) in lookup()
HDawk.h101 struct Cell *cnext; /* ptr to next if chained */ member
HDrun.c696 a->cnext = tmps; in tfree()
709 tmps[i-1].cnext = &tmps[i]; in gettemp()
710 tmps[i-1].cnext = NULL; in gettemp()
713 tmps = x->cnext; in gettemp()
1506 ncp = cp->cnext; in instat()
/freebsd-13-stable/crypto/openssl/crypto/cmac/
HDcmac.c36 unsigned char c = l[0], carry = c >> 7, cnext; in make_kn() local
39 for (i = 0; i < bl - 1; i++, c = cnext) in make_kn()
40 k1[i] = (c << 1) | ((cnext = l[i + 1]) >> 7); in make_kn()
/freebsd-13-stable/share/i18n/esdb/ISO-2022/
HDISO-2022.alias6 CN-EXT iso2022-cnext