/minix3/external/mit/lua/dist/src/ |
H A D | llex.c | 36 #define next(ls) (ls->current = zgetc(ls->z)) argument 40 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r') argument 55 #define save_and_next(ls) (save(ls, ls->current), next(ls)) argument 61 static void save (LexState *ls, int c) { in save() 86 const char *luaX_token2str (LexState *ls, int token) { in luaX_token2str() 101 static const char *txtToken (LexState *ls, int token) { in txtToken() 117 static l_noret lexerror (LexState *ls, const char *msg, int token) { in lexerror() 125 l_noret luaX_syntaxerror (LexState *ls, const char *msg) { in luaX_syntaxerror() 135 TString *luaX_newstring (LexState *ls, const char *str, size_t l) { in luaX_newstring() 159 static void inclinenumber (LexState *ls) { in inclinenumber() [all …]
|
H A D | lparser.c | 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() 160 static void checkname (LexState *ls, expdesc *e) { in checkname() [all …]
|
H A D | lparser.h | 107 struct LexState *ls; /* lexical state */ member
|
H A D | lauxlib.c | 698 LoadS *ls = (LoadS *)ud; in getS() local 709 LoadS ls; in luaL_loadbufferx() local
|
H A D | lstrlib.c | 592 size_t ls, lp; in str_find_aux() local 655 size_t ls, lp; in gmatch_aux() local
|
H A D | lvm.c | 247 static int l_strcmp (const TString *ls, const TString *rs) {
|
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
H A D | conflict-nonfragile-abi2.m | 12 @property int ls; property
|
/minix3/lib/libcurses/ |
H A D | border.c | 186 int border_set(const cchar_t *ls, const cchar_t *rs, const cchar_t *ts, in border_set() 197 int wborder_set(WINDOW *win, const cchar_t *ls, const cchar_t *rs, in wborder_set()
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | no-opt-volatile-memcpy.c | 12 struct s ls; in foo() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
H A D | no-opt-volatile-memcpy.cpp | 12 struct s ls; in foo() local
|
/minix3/minix/commands/truncate/ |
H A D | truncate.c | 151 parselength(char *ls, off_t *sz) in parselength()
|
/minix3/tests/lib/librumpclient/ |
H A D | t_fd.c | 106 int ls; in ATF_TC_BODY() local
|
/minix3/crypto/external/bsd/openssl/dist/demos/easy_tls/ |
H A D | Makefile | 59 ls: ls-l target
|
/minix3/libexec/ld.elf_so/ |
H A D | expand.c | 138 size_t ls = expand(dp, execname, i, ds); in _rtld_expand_path() local
|
/minix3/external/bsd/llvm/dist/clang/test/Sema/ |
H A D | format-strings-scanf.c | 84 void test_scanlist(int *ip, char *sp, wchar_t *ls) { in test_scanlist()
|
/minix3/sys/lib/libsa/ |
H A D | ls.c | 96 ls(const char *path) in ls() function
|
H A D | stand.h | 130 __compactcall void (*ls)(struct open_file *, const char *); member
|
/minix3/usr.bin/make/ |
H A D | suff.c | 1186 LstSrc *ls = (LstSrc *)lsp; in SuffAddSrc() local 1256 LstSrc ls; in SuffAddLevel() local
|
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | glob.c | 247 Char *lm, *ls; in globexp2() local
|
/minix3/lib/libc/gen/ |
H A D | glob.c | 272 Char *lm, *ls; in globexp2() local
|
/minix3/crypto/external/bsd/openssl/dist/crypto/err/ |
H A D | err.c | 868 const char *ls, *fs, *rs; in ERR_error_string_n() local
|
/minix3/usr.bin/ftp/ |
H A D | cmds.c | 1289 ls(int argc, char *argv[]) in ls() function
|
/minix3/tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 316 int ls, rs, ts, bs, tl, tr, bl, br; in cmd_border() local 4848 int ls, rs, ts, bs, tl, tr, bl, br; in cmd_wborder() local
|