Home
last modified time | relevance | path

Searched refs:ConsControl (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dlparser.c826 typedef struct ConsControl { struct
832 } ConsControl; typedef
835 static void recfield (LexState *ls, ConsControl *cc) { in recfield()
856 static void closelistfield (FuncState *fs, ConsControl *cc) { in closelistfield()
868 static void lastlistfield (FuncState *fs, ConsControl *cc) { in lastlistfield()
884 static void listfield (LexState *ls, ConsControl *cc) { in listfield()
891 static void field (LexState *ls, ConsControl *cc) { in field()
919 ConsControl cc; in constructor()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlparser.c647 struct ConsControl { struct
656 static void recfield (LexState *ls, struct ConsControl *cc) { in recfield() argument
677 static void closelistfield (FuncState *fs, struct ConsControl *cc) { in closelistfield()
688 static void lastlistfield (FuncState *fs, struct ConsControl *cc) { in lastlistfield()
703 static void listfield (LexState *ls, struct ConsControl *cc) { in listfield()
712 static void field (LexState *ls, struct ConsControl *cc) { in field()
740 struct ConsControl cc; in constructor()