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

/osnet-11/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c74 static struct lexlist *lexp; variable in typeref:struct:lexlist
192 switch (lexp->name) {
233 if (lexp->name != 'c')
241 if (lexp->name != 'c' && isspace(c)) {
265 if (!suppression && lexp->name != 'c')
421 for(lexp=lexlist; lexp->name != 0; lexp++) {
422 if (c == lexp->name) {
423 if (lexp
[all...]
/osnet-11/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 argnod *cmd) argument
106 unsigned long parent=lexp->script;
109 parent = lexp->current;
144 parent=kiaentity(lexp,sh_argstr(cmd),-1,'p',-1,-1,lexp->unknown,'b',0,"");
152 eline = lexp->sh->inlineno-(lexp->token==NL);
153 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff);
154 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp
298 makelist(Lex_t *lexp, int type, Shnode_t *l, Shnode_t *r) argument
324 Lex_t *lexp = (Lex_t*)shp->lex_context; local
487 sh_cmd(Lex_t *lexp, register int sym, int flag) argument
541 list(Lex_t *lexp, register int flag) argument
555 term(Lex_t *lexp,register int flag) argument
610 syncase(Lex_t *lexp,register int esym) argument
660 arithfor(Lex_t *lexp,register Shnode_t *tf) argument
735 funct(Lex_t *lexp) argument
937 assign(Lex_t *lexp, register struct argnod *ap, int type) argument
1107 item(Lex_t *lexp,int flag) argument
1366 process_sub(Lex_t *lexp,int tok) argument
1383 simple(Lex_t *lexp,int flag, struct ionod *io) argument
1639 skipnl(Lex_t *lexp,int flag) argument
1653 inout(Lex_t *lexp,struct ionod *lastio,int flag) argument
1906 test_primary(Lex_t *lexp) argument
2008 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) argument
2048 kiaclose(Lex_t *lexp) argument
[all...]

Completed in 32 milliseconds