Home
last modified time | relevance | path

Searched defs:lexp (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c335 Lex_t *lexp = (Lex_t*)shp->lex_context; in sh_parse() local
553 static Shnode_t *list(Lex_t *lexp, register int flag) in list()
567 static Shnode_t *term(Lex_t *lexp,register int flag) in term()
622 static struct regnod* syncase(Lex_t *lexp,register int esym) in syncase()
672 static Shnode_t *arithfor(Lex_t *lexp,register Shnode_t *tf) in arithfor()
747 static Shnode_t *funct(Lex_t *lexp) in funct()
1124 static Shnode_t *item(Lex_t *lexp,int flag) in item()
1385 static struct argnod *process_sub(Lex_t *lexp,int tok) in process_sub()
1660 static int skipnl(Lex_t *lexp,int flag) in skipnl()
1927 static Shnode_t *test_primary(Lex_t *lexp) in test_primary()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c72 static struct lexlist *lexp; variable