Lines Matching defs:lexp
96 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()
1021 static Shnode_t *item(Lex_t *lexp,int flag) in item()
1262 static struct argnod *process_sub(Lex_t *lexp,int tok) in process_sub()
1279 static Shnode_t *simple(Lex_t *lexp,int flag, struct ionod *io) in simple()
1528 static int skipnl(Lex_t *lexp,int flag) in skipnl()
1542 static struct ionod *inout(Lex_t *lexp,struct ionod *lastio,int flag) in inout()
1795 static Shnode_t *test_primary(Lex_t *lexp) in test_primary()
1897 unsigned long kiaentity(Lex_t *lexp,const char *name,int len,int type,int first,int last,unsigned l… in kiaentity()
1937 int kiaclose(Lex_t *lexp) in kiaclose()