Searched refs:ConsControl (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lparser.c | 838 typedef struct ConsControl { struct 844 } ConsControl; typedef 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 D | lparser.c | 647 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()
|