MCPcopy Create free account
hub / github.com/F-Stack/f-stack / skipnoopstat

Function skipnoopstat

freebsd/contrib/openzfs/module/lua/lparser.c:1213–1216  ·  view source on GitHub ↗

skip no-op statements */

Source from the content-addressed store, hash-verified

1211
1212/* skip no-op statements */
1213static void skipnoopstat (LexState *ls) {
1214 while (ls->t.token == ';' || ls->t.token == TK_DBCOLON)
1215 statement(ls);
1216}
1217
1218
1219static void labelstat (LexState *ls, TString *label, int line) {

Callers 2

labelstatFunction · 0.85
test_then_blockFunction · 0.85

Calls 1

statementFunction · 0.70

Tested by 1

test_then_blockFunction · 0.68