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

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y67 static int want_regexp; /* lexical scanning kludge */
301 * In this rule, want_regexp tells yylex that the next thing
305 { ++want_regexp; }
1557 if (want_regexp) {
1576 want_regexp = FALSE;
H A Dawkgram.c193 static int want_regexp; /* lexical scanning kludge */ variable
1724 { ++want_regexp; }
3396 if (want_regexp) {
3415 want_regexp = FALSE;

Completed in 57 milliseconds