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.c100 static unsigned long writedefs(Lex_t *lexp,struct argnod *arglist, int line, int type, struct argno… in writedefs()
309 static Shnode_t *makelist(Lex_t *lexp, int type, Shnode_t *l, Shnode_t *r) in makelist()
335 Lex_t *lexp = (Lex_t*)shp->lex_context; in sh_parse() local
498 static Shnode_t *sh_cmd(Lex_t *lexp, register int sym, int flag) in sh_cmd()
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()
950 static struct argnod *assign(Lex_t *lexp, register struct argnod *ap, int type) in assign()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c72 static struct lexlist *lexp; variable