Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/sh/
H A Dparse.c96 static unsigned long writedefs(Lex_t *lexp,struct argnod *arglist, int line, int type, struct argno… in writedefs()
298 static Shnode_t *makelist(Lex_t *lexp, int type, Shnode_t *l, Shnode_t *r) in makelist()
324 Lex_t *lexp = (Lex_t*)shp->lex_context; in sh_parse() local
475 static Shnode_t *sh_cmd(Lex_t *lexp, register int sym, int flag) in sh_cmd()
529 static Shnode_t *list(Lex_t *lexp, register int flag) in list()
543 static Shnode_t *term(Lex_t *lexp,register int flag) in term()
590 static struct regnod* syncase(Lex_t *lexp,register int esym) in syncase()
640 static Shnode_t *arithfor(Lex_t *lexp,register Shnode_t *tf) in arithfor()
715 static Shnode_t *funct(Lex_t *lexp) in funct()
878 static struct argnod *assign(Lex_t *lexp, register struct argnod *ap, int tdef) in assign()
[all …]
/titanic_50/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c74 static struct lexlist *lexp; variable