Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlparser.c842 typedef struct ConsControl { struct
848 } ConsControl; argument
851 static void recfield (LexState *ls, ConsControl *cc) { in recfield()
872 static void closelistfield (FuncState *fs, ConsControl *cc) { in closelistfield()
884 static void lastlistfield (FuncState *fs, ConsControl *cc) { in lastlistfield()
900 static void listfield (LexState *ls, ConsControl *cc) { in listfield()
907 static void field (LexState *ls, ConsControl *cc) { in field()
935 ConsControl cc; in constructor()