Searched refs:REGEXP (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/libs/edit/
H A Dsys.h71 #undef REGEXP /* Use UNIX V8 regular expression functions */ macro
75 # undef REGEXP macro
H A Dsearch.c48 #elif defined(REGEXP)
91 #ifdef REGEXP
112 #elif defined (REGEXP)
131 #elif defined(REGEXP)
/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y132 %token <sval> FUNC_CALL NAME REGEXP
306 REGEXP /* The terminating '/' is consumed by yylex(). */
1618 return lasttok = REGEXP;
H A Dawkgram.c58 REGEXP = 260, enumerator in enum:yytokentype
104 #define REGEXP 260 macro
532 "$end", "error", "$undefined", "FUNC_CALL", "NAME", "REGEXP", "ERROR",
3457 return lasttok = REGEXP;

Completed in 54 milliseconds