Searched refs:onlist (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/gprof/ |
H A D | arcs.c | 819 if ( onlist( flist , childp -> name ) in doflags() 820 || ( !fflag && !onlist( elist , childp -> name ) ) ) { in doflags() 829 if ( ( !onlist( flist , childp -> name ) ) in doflags() 830 && onlist( elist , childp -> name ) ) { in doflags() 841 if ( onlist( Flist , childp -> name ) in doflags() 842 || ( !Fflag && !onlist( Elist , childp -> name ) ) ) { in doflags() 851 if ( !onlist( Flist , childp -> name ) in doflags() 852 && onlist( Elist , childp -> name ) ) { in doflags()
|
H A D | printlist.c | 71 onlist(struct stringlist *listp, const char *funcname) in onlist() function
|
H A D | gprof.c | 316 && onlist( kfromlist , parentp -> name ) in tally() 317 && onlist( ktolist , childp -> name ) ) { in tally()
|
H A D | gprof.h | 289 bool onlist(struct stringlist *, const char *);
|
/freebsd/sbin/ipf/common/ |
H A D | ipf_y.y | 574 | IPFY_ON lstart onlist lend 593 onlist: onname { DOREM(setifname(&fr, 0, $1.if1); \ 601 | onlist lmore onname { DOREM(setifname(&fr, 0, $3.if1); \
|