Searched refs:thisfunc (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y2776 NODE *r, *n, *thisfunc;
2788 thisfunc = NULL; /* turn off warnings */
2799 thisfunc = node(params, Node_func, def);
2800 (void) install(params->param, thisfunc);
2818 thisfunc->parmlist = pnames;
2820 thisfunc->parmlist = NULL;
H A Dawkgram.c4615 NODE *r, *n, *thisfunc;
4627 thisfunc = NULL; /* turn off warnings */
4638 thisfunc = node(params, Node_func, def);
4639 (void) install(params->param, thisfunc);
4657 thisfunc->parmlist = pnames;
4659 thisfunc->parmlist = NULL;
4611 NODE *r, *n, *thisfunc; local

Completed in 79 milliseconds