Searched refs:constundef (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c204 NODE *constundef; /* Undefined variable */ variable
H A Dawk1.c267 constundef = emptynode(CONSTANT, 0);
268 constundef->n_flags = FSTRING|FVINT;
269 constundef->n_string = _null;
270 constundef->n_strlen = 0;
H A Dawk.h423 extern NODE *constundef;
H A Dawk4.c649 return (constundef);
H A Dawk3.c1708 * list, assign 'constundef' as the value
1718 actual = constundef;
1756 if (actual != constundef)

Completed in 109 milliseconds