Searched refs:arglist (Results 26 - 38 of 38) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h4237 #define BFD_SEND(bfd, message, arglist) \
4238 ((*((bfd)->xvec->message)) arglist)
4242 #define BFD_SEND(bfd, message, arglist) \
4244 ((*((bfd)->xvec->message)) arglist) : \
4247 #define BFD_SEND_FMT(bfd, message, arglist) \
4248 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist)
4252 #define BFD_SEND_FMT(bfd, message, arglist) \
4254 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist) : \
H A Dbfd.h4237 #define BFD_SEND(bfd, message, arglist) \
4238 ((*((bfd)->xvec->message)) arglist)
4242 #define BFD_SEND(bfd, message, arglist) \
4244 ((*((bfd)->xvec->message)) arglist) : \
4247 #define BFD_SEND_FMT(bfd, message, arglist) \
4248 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist)
4252 #define BFD_SEND_FMT(bfd, message, arglist) \
4254 (((bfd)->xvec->message[(int) ((bfd)->format)]) arglist) : \
/haiku-fatelf/src/bin/gdb/include/
H A Dhp-symtab.h1174 points to a list of template members. It also has an arglist
1190 dnttpointer arglist ; /* ptr to argument list */ member in struct:dntt_type_template
1246 dnttpointer arglist ; /* ptr to argument list */ member in struct:dntt_type_func_template
/haiku-fatelf/src/bin/gawk/
H A Dprofile.c1139 NODE *name, *arglist; local
1142 arglist = tree->lnode;
1144 pp_list(arglist);
H A Deval.c39 static void push_args P((int count, NODE *arglist, NODE **oldstack,
1455 NODE *arglist; /* list thereof */ member in struct:fcall
1533 f->arglist = argp;
H A Dawkgram.y54 static void param_sanity P((NODE *arglist));
2973 param_sanity(NODE *arglist)
2978 for (i = 1, argp = arglist; argp != NULL; argp = argp->rnode, i++) {
H A Dawkgram.c180 static void param_sanity P((NODE *arglist));
4812 param_sanity(NODE *arglist)
4817 for (i = 1, argp = arglist; argp != NULL; argp = argp->rnode, i++) {
4808 param_sanity(NODE *arglist) argument
/haiku-fatelf/src/bin/gdb/gdb/
H A Dp-exp.y332 arglist ')' %prec ARROW
339 arglist :
342 | arglist ',' exp %prec ABOVE_COMMA
338 arglist : label
H A Dhpread.c3770 field = dn_bufp->dtemplate.arglist;
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex5305 \getargs{#1}% now \macname is the macname and \argl the arglist
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex5531 \getargs{#1}% now \macname is the macname and \argl the arglist
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex4956 \getargs{#1}% now \macname is the macname and \argl the arglist
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex6032 \getargs{#1}% now \macname is the macname and \argl the arglist

Completed in 395 milliseconds

12