Home | History | Annotate | Download | only in misc

Lines Matching defs:null

19 	if (n == NULL)
23 n->post = NULL;
48 applet: null expr
53 | null
55 null: /* NOTHING */ { $$ = NULL; }
132 $$ = alloc_node(SSF_S_AUTO, NULL);
169 return NULL;
202 tokptr = NULL;
207 while (tokptr == NULL) {
208 if (fgets(argbuf, sizeof(argbuf)-1, yy_fp) == NULL)
225 } while ((curtok = get_token_from_line(&tokptr)) == NULL);
294 if (yylval == NULL) {
302 if (yylval == NULL) {
309 if (yylval == NULL) {