Searched refs:constundef (Results 1 – 5 of 5) sorted by relevance
265 constundef = emptynode(CONSTANT, 0); in awkvarinit()266 constundef->n_flags = FSTRING|FVINT; in awkvarinit()267 constundef->n_string = _null; in awkvarinit()268 constundef->n_strlen = 0; in awkvarinit()
202 NODE *constundef; /* Undefined variable */ variable
424 extern NODE *constundef;
648 return (constundef); in f_asort()
1715 actual = constundef; in userfunc()1753 if (actual != constundef) in userfunc()