Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk1.c267 constundef = emptynode(CONSTANT, 0); in awkvarinit()
268 constundef->n_flags = FSTRING|FVINT; in awkvarinit()
269 constundef->n_string = _null; in awkvarinit()
270 constundef->n_strlen = 0; in awkvarinit()
H A Dawk0.c204 NODE *constundef; /* Undefined variable */ variable
H A Dawk.h423 extern NODE *constundef;
H A Dawk4.c649 return (constundef); in f_asort()
H A Dawk3.c1718 actual = constundef; in userfunc()
1756 if (actual != constundef) in userfunc()