Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlparser.c838 typedef struct ConsControl { struct
844 } ConsControl; argument
847 static void recfield (LexState *ls, ConsControl *cc) { in recfield()
868 static void closelistfield (FuncState *fs, ConsControl *cc) { in closelistfield()
880 static void lastlistfield (FuncState *fs, ConsControl *cc) { in lastlistfield()
896 static void listfield (LexState *ls, ConsControl *cc) { in listfield()
903 static void field (LexState *ls, ConsControl *cc) { in field()
931 ConsControl cc; in constructor()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c646 struct ConsControl { struct
655 static void recfield (LexState *ls, struct ConsControl *cc) { in recfield() argument
676 static void closelistfield (FuncState *fs, struct ConsControl *cc) { in closelistfield()
687 static void lastlistfield (FuncState *fs, struct ConsControl *cc) { in lastlistfield()
702 static void listfield (LexState *ls, struct ConsControl *cc) { in listfield()
711 static void field (LexState *ls, struct ConsControl *cc) { in field()
739 struct ConsControl cc; in constructor()