Searched refs:funparm (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk.y179 { $2->n_type = UFUNC; funparm = 1; }
181 { funparm = 0; }
H A Dawk0.c163 uchar_t funparm; /* Defining function parameters */ variable
H A Dawk.h391 extern unsigned char funparm;
H A Dawk1.c354 * All formal parameters, because of a deal (funparm) in
819 if (funparm) {
849 if (funparm) goto do_funparm;

Completed in 31 milliseconds