Home
last modified time | relevance | path

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

/titanic_51/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_51/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 argnod *cmd) in writedefs() argument
302 makelist(Lex_t * lexp,int type,Shnode_t * l,Shnode_t * r) makelist() argument
328 Lex_t *lexp = (Lex_t*)shp->lex_context; sh_parse() local
491 sh_cmd(Lex_t * lexp,register int sym,int flag) sh_cmd() argument
546 list(Lex_t * lexp,register int flag) list() argument
560 term(Lex_t * lexp,register int flag) term() argument
615 syncase(Lex_t * lexp,register int esym) syncase() argument
665 arithfor(Lex_t * lexp,register Shnode_t * tf) arithfor() argument
740 funct(Lex_t * lexp) funct() argument
943 assign(Lex_t * lexp,register struct argnod * ap,int type) assign() argument
1117 item(Lex_t * lexp,int flag) item() argument
1378 process_sub(Lex_t * lexp,int tok) process_sub() argument
1395 simple(Lex_t * lexp,int flag,struct ionod * io) simple() argument
1653 skipnl(Lex_t * lexp,int flag) skipnl() argument
1667 inout(Lex_t * lexp,struct ionod * lastio,int flag) inout() argument
1920 test_primary(Lex_t * lexp) test_primary() argument
2022 kiaentity(Lex_t * lexp,const char * name,int len,int type,int first,int last,unsigned long parent,int pkind,int width,const char * attr) kiaentity() argument
2062 kiaclose(Lex_t * lexp) kiaclose() argument
[all...]
/titanic_51/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c74 static struct lexlist *lexp; variable
[all...]