Home
last modified time | relevance | path

Searched refs:non_standard_flags (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gawk/gawk-5.1.1/
H A Dawkgram.y6387 int non_standard_flags = 0; in check_special() local
6400 non_standard_flags |= GAWKX; in check_special()
6402 non_standard_flags |= NOT_POSIX; in check_special()
6417 if ((tokentab[mid].flags & non_standard_flags) != 0) in check_special()
H A Dawkgram.c8895 int non_standard_flags = 0; in check_special() local
8908 non_standard_flags |= GAWKX; in check_special()
8910 non_standard_flags |= NOT_POSIX; in check_special()
8925 if ((tokentab[mid].flags & non_standard_flags) != 0) in check_special()