Searched refs:nullable (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/byacc/
H A Dlr0.c543 nullable = TMALLOC(char, nsyms);
544 NO_SPACE(nullable);
547 nullable[i] = 0;
558 if (!nullable[j])
565 if (!nullable[j])
567 nullable[j] = 1;
577 if (nullable[i])
578 printf("%s is nullable\n", symbol_name[i]);
580 printf("%s is not nullable\n", symbol_name[i]);
606 DO_FREE(nullable);
[all...]
H A Dlalr.c319 if (nullable[symbol])
416 if (nullable[*rp] && length > 0)
H A Dmain.c115 char *nullable; variable

Completed in 102 milliseconds