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

/haiku-fatelf/src/bin/gawk/
H A Dawkgram.y149 %right ASSIGNOP ASSIGN SLASH_BEFORE_EQUAL
328 | SLASH_BEFORE_EQUAL
804 | SLASH_BEFORE_EQUAL ASSIGN /* `/=' */
1772 return lasttok = SLASH_BEFORE_EQUAL;
H A Dawkgram.c98 SLASH_BEFORE_EQUAL = 300, enumerator in enum:yytokentype
144 #define SLASH_BEFORE_EQUAL 300 macro
540 "SLASH_BEFORE_EQUAL", "'?'", "':'", "','", "'<'", "'>'", "'+'", "'-'",
3611 return lasttok = SLASH_BEFORE_EQUAL;

Completed in 105 milliseconds