Searched defs:ls (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | llex.c | 28 #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 …]
|
D | lparser.c | 60 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 …]
|
D | lparser.h | 100 struct LexState *ls; /* lexical state */ member
|
D | lstrlib.c | 578 size_t ls, lp; in str_find_aux() local 641 size_t ls, lp; in gmatch_aux() local
|
D | lauxlib.c | 673 LoadS *ls = (LoadS *)ud; in getS() local 684 LoadS ls; in luaL_loadbufferx() local
|
D | lvm.c | 209 static int l_strcmp (const TString *ls, const TString *rs) { in l_strcmp()
|
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch32/ |
D | cache_helpers.S | 84 .macro dcsw_op shift, fw, ls
|
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/ |
D | cache_helpers.S | 82 .macro dcsw_op shift, fw, ls
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
D | glob.c | 269 Char *lm, *ls; in globexp2() local
|