Home
last modified time | relevance | path

Searched refs:CLOSE_SQUARE_T (Results 1 – 4 of 4) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/glk/hugo/
H A Dheexpr.cpp237 (eval[p+3]==CLOSE_BRACKET_T || eval[p+3]==CLOSE_SQUARE_T || in EvalExpr()
466 if (MEM(++codeptr)==CLOSE_SQUARE_T) in GetVal()
536 if (MEM(codeptr)==CLOSE_SQUARE_T) /* words[] */ in GetVal()
543 if (MEM(codeptr)==CLOSE_SQUARE_T) codeptr++; in GetVal()
1090 case CLOSE_SQUARE_T: in SetupExpr()
H A Dhtokens.h46 OPEN_BRACE_T, CLOSE_BRACE_T, OPEN_SQUARE_T, CLOSE_SQUARE_T, enumerator
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/glk/hugo/
H A Dheexpr.cpp237 (eval[p+3]==CLOSE_BRACKET_T || eval[p+3]==CLOSE_SQUARE_T || in EvalExpr()
466 if (MEM(++codeptr)==CLOSE_SQUARE_T) in GetVal()
536 if (MEM(codeptr)==CLOSE_SQUARE_T) /* words[] */ in GetVal()
543 if (MEM(codeptr)==CLOSE_SQUARE_T) codeptr++; in GetVal()
1090 case CLOSE_SQUARE_T: in SetupExpr()
H A Dhtokens.h46 OPEN_BRACE_T, CLOSE_BRACE_T, OPEN_SQUARE_T, CLOSE_SQUARE_T, enumerator