Searched refs:parmlist (Results 1 - 6 of 6) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dext.c135 f->parmlist = vnames;
H A Dawkgram.y2415 if (lookup(func->parmlist[i]) != NULL) {
2418 fname, func->parmlist[i]);
2769 * and hang it off params->parmlist. This is used to set the `vname' field
2818 thisfunc->parmlist = pnames;
2820 thisfunc->parmlist = NULL;
H A Dawkgram.c4254 if (lookup(func->parmlist[i]) != NULL) {
4257 fname, func->parmlist[i]);
4608 * and hang it off params->parmlist. This is used to set the `vname' field
4657 thisfunc->parmlist = pnames;
4659 thisfunc->parmlist = NULL;
H A Dprofile.c1207 pnames = f->parmlist;
H A Dawk.h524 #define parmlist sub.nodep.x.param_list macro
H A Deval.c1642 f->parmlist);

Completed in 114 milliseconds