HomeSort by relevance Sort by last modified time
    Searched refs:LexState (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
llex.h 51 typedef struct LexState {
65 } LexState;
69 LUAI_FUNC void luaX_setinput (lua_State *L, LexState *ls, ZIO *z,
71 LUAI_FUNC TString *luaX_newstring (LexState *ls, const char *str, size_t l);
72 LUAI_FUNC void luaX_next (LexState *ls);
73 LUAI_FUNC int luaX_lookahead (LexState *ls);
74 LUAI_FUNC l_noret luaX_syntaxerror (LexState *ls, const char *s);
75 LUAI_FUNC const char *luaX_token2str (LexState *ls, int token);
llex.c 49 static l_noret lexerror (LexState *ls, const char *msg, int token);
52 static void save (LexState *ls, int c) {
75 const char *luaX_token2str (LexState *ls, int token) {
91 static const char *txtToken (LexState *ls, int token) {
104 static l_noret lexerror (LexState *ls, const char *msg, int token) {
114 l_noret luaX_syntaxerror (LexState *ls, const char *msg) {
124 TString *luaX_newstring (LexState *ls, const char *str, size_t l) {
145 static void inclinenumber (LexState *ls) {
156 void luaX_setinput (lua_State *L, LexState *ls, ZIO *z, TString *source,
182 static int check_next (LexState *ls, const char *set)
    [all...]
lparser.c 56 static void statement (LexState *ls);
57 static void expr (LexState *ls, expdesc *v);
60 static void anchor_token (LexState *ls) {
71 static l_noret semerror (LexState *ls, const char *msg) {
77 static l_noret error_expected (LexState *ls, int token) {
101 static int testnext (LexState *ls, int c) {
110 static void check (LexState *ls, int c) {
116 static void checknext (LexState *ls, int c) {
126 static void check_match (LexState *ls, int what, int who, int where) {
139 static TString *str_checkname (LexState *ls)
1620 LexState lexstate; local
    [all...]
lparser.h 100 struct LexState *ls; /* lexical state */

Completed in 606 milliseconds