Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dllex.c36 #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 Dlparser.c71 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 Dlparser.h107 struct LexState *ls; /* lexical state */ member
H A Dlauxlib.c698 LoadS *ls = (LoadS *)ud; in getS() local
709 LoadS ls; in luaL_loadbufferx() local
H A Dlstrlib.c592 size_t ls, lp; in str_find_aux() local
655 size_t ls, lp; in gmatch_aux() local
H A Dlvm.c247 static int l_strcmp (const TString *ls, const TString *rs) {
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Dconflict-nonfragile-abi2.m12 @property int ls; property
/minix3/lib/libcurses/
H A Dborder.c186 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 Dno-opt-volatile-memcpy.c12 struct s ls; in foo() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dno-opt-volatile-memcpy.cpp12 struct s ls; in foo() local
/minix3/minix/commands/truncate/
H A Dtruncate.c151 parselength(char *ls, off_t *sz) in parselength()
/minix3/tests/lib/librumpclient/
H A Dt_fd.c106 int ls; in ATF_TC_BODY() local
/minix3/crypto/external/bsd/openssl/dist/demos/easy_tls/
H A DMakefile59 ls: ls-l target
/minix3/libexec/ld.elf_so/
H A Dexpand.c138 size_t ls = expand(dp, execname, i, ds); in _rtld_expand_path() local
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dformat-strings-scanf.c84 void test_scanlist(int *ip, char *sp, wchar_t *ls) { in test_scanlist()
/minix3/sys/lib/libsa/
H A Dls.c96 ls(const char *path) in ls() function
H A Dstand.h130 __compactcall void (*ls)(struct open_file *, const char *); member
/minix3/usr.bin/make/
H A Dsuff.c1186 LstSrc *ls = (LstSrc *)lsp; in SuffAddSrc() local
1256 LstSrc ls; in SuffAddLevel() local
/minix3/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.c247 Char *lm, *ls; in globexp2() local
/minix3/lib/libc/gen/
H A Dglob.c272 Char *lm, *ls; in globexp2() local
/minix3/crypto/external/bsd/openssl/dist/crypto/err/
H A Derr.c868 const char *ls, *fs, *rs; in ERR_error_string_n() local
/minix3/usr.bin/ftp/
H A Dcmds.c1289 ls(int argc, char *argv[]) in ls() function
/minix3/tests/lib/libcurses/slave/
H A Dcurses_commands.c316 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