Home
last modified time | relevance | path

Searched defs:ls (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dllex.c28 #define next(ls) (ls->current = zgetc(ls->z)) argument
32 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') argument
46 #define save_and_next(ls) (save(ls, ls->current), next(ls)) argument
52 static void save (LexState *ls, int c) { in save()
75 const char *luaX_token2str (LexState *ls, int token) { in luaX_token2str()
91 static const char *txtToken (LexState *ls, int token) { in txtToken()
104 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror()
114 l_noret luaX_syntaxerror (LexState *ls, const char *msg) { in luaX_syntaxerror()
124 TString *luaX_newstring (LexState *ls, const char *str, size_t l) { in luaX_newstring()
148 static void inclinenumber (LexState *ls) { in inclinenumber()
[all …]
Dlparser.c60 static void anchor_token (LexState *ls) { in anchor_token()
71 static l_noret semerror (LexState *ls, const char *msg) { in semerror()
77 static l_noret error_expected (LexState *ls, int token) { in error_expected()
101 static int testnext (LexState *ls, int c) { in testnext()
110 static void check (LexState *ls, int c) { in check()
116 static void checknext (LexState *ls, int c) { in checknext()
122 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } argument
126 static void check_match (LexState *ls, int what, int who, int where) { in check_match()
139 static TString *str_checkname (LexState *ls) { in str_checkname()
155 static void codestring (LexState *ls, expdesc *e, TString *s) { in codestring()
[all …]
Dlparser.h100 struct LexState *ls; /* lexical state */ member
Dlstrlib.c578 size_t ls, lp; in str_find_aux() local
641 size_t ls, lp; in gmatch_aux() local
Dlauxlib.c673 LoadS *ls = (LoadS *)ud; in getS() local
684 LoadS ls; in luaL_loadbufferx() local
Dlvm.c209 static int l_strcmp (const TString *ls, const TString *rs) { in l_strcmp()
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch32/
Dcache_helpers.S84 .macro dcsw_op shift, fw, ls
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
Dcache_helpers.S82 .macro dcsw_op shift, fw, ls
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
Dglob.c269 Char *lm, *ls; in globexp2() local