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; argument 847 static void recfield (LexState *ls, ConsControl *cc) { in recfield() 867 static void closelistfield (FuncState *fs, ConsControl *cc) { in closelistfield() 879 static void lastlistfield (FuncState *fs, ConsControl *cc) { in lastlistfield() 895 static void listfield (LexState *ls, ConsControl *cc) { in listfield() 902 static void field (LexState *ls, ConsControl *cc) { in field() 930 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()
|