Searched refs:NOT_POSIX (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y992 # define NOT_POSIX 0x0200 /* feature not in POSIX */
1033 {"func", Node_K_function, LEX_FUNCTION, NOT_POSIX|NOT_OLD, 0},
2126 if (tokentab[mid].flags & NOT_POSIX)
2134 || (do_posix && (tokentab[mid].flags & NOT_POSIX)))
H A Dawkgram.c2831 # define NOT_POSIX 0x0200 /* feature not in POSIX */
2872 {"func", Node_K_function, LEX_FUNCTION, NOT_POSIX|NOT_OLD, 0},
3965 if (tokentab[mid].flags & NOT_POSIX)
3973 || (do_posix && (tokentab[mid].flags & NOT_POSIX)))
2827 # define NOT_POSIX macro

Completed in 56 milliseconds