Home | History | Annotate | Download | only in src

Lines Matching refs:check_match

126 static void check_match (LexState *ls, int what, int who, int where) {
749 check_match(ls, '}', '{', line);
804 check_match(ls, TK_END, TK_FUNCTION, line);
836 check_match(ls, ')', '(', line);
884 check_match(ls, ')', '(', line);
1246 check_match(ls, TK_END, TK_WHILE, line);
1262 check_match(ls, TK_UNTIL, TK_REPEAT, line);
1369 check_match(ls, TK_END, TK_FOR, line);
1418 check_match(ls, TK_END, TK_IF, line);
1548 check_match(ls, TK_END, TK_DO, line);