Home | History | Annotate | Download | only in src

Lines Matching refs:ifstat

1409 static void ifstat (LexState *ls, int line) {
1410 /* ifstat -> IF cond THEN block {ELSEIF cond THEN block} [ELSE block] END */
1537 case TK_IF: { /* stat -> ifstat */
1538 ifstat(ls, line);