Searched defs:arglist (Results 1 – 11 of 11) sorted by relevance
14 char *ename, *arglist[16], **argp; in main() local
419 va_list arglist; in xprint() local
40 Node *arglist = 0; /* list of args for current function */ variable
17 Node *arglist = 0; /* list of args for current function */ variable
200 #define JMETHOD(type,methodname,arglist) type (*methodname) arglist argument202 #define JMETHOD(type,methodname,arglist) type (*methodname) () argument
818 #define JPP(arglist) arglist argument820 #define JPP(arglist) () argument
257 # define PNGARG(arglist) OF(arglist) argument261 # define PNGARG(arglist) () argument266 # define PNGARG(arglist) arglist argument
22 static String *arglist; variable