Searched refs:constundef (Results 1 – 5 of 5) sorted by relevance
267 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()
204 NODE *constundef; /* Undefined variable */ variable
423 extern NODE *constundef;
649 return (constundef); in f_asort()
1718 actual = constundef; in userfunc()1756 if (actual != constundef) in userfunc()