Searched refs:lexp (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | parse.c | 96 static unsigned long writedefs(Lex_t *lexp,struct argnod *arglist, int line, int type, struct argno… in writedefs() argument 106 unsigned long parent=lexp->script; in writedefs() 109 parent = lexp->current; in writedefs() 144 parent=kiaentity(lexp,sh_argstr(cmd),-1,'p',-1,-1,lexp->unknown,'b',0,""); in writedefs() 152 eline = lexp->sh->inlineno-(lexp->token==NL); in writedefs() 153 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff); in writedefs() 154 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp->current,r,line,eline); in writedefs() 298 static Shnode_t *makelist(Lex_t *lexp, int type, Shnode_t *l, Shnode_t *r) in makelist() argument 302 sh_syntax(lexp); in makelist() 324 Lex_t *lexp = (Lex_t*)shp->lex_context; in sh_parse() local [all …]
|
/titanic_50/usr/src/lib/libxcurses/src/libc/stdio/ |
H A D | vfscanf.c | 74 static struct lexlist *lexp; variable 192 switch (lexp->name) { in mks_vfscanf() 233 if (lexp->name != 'c') in mks_vfscanf() 241 if (lexp->name != 'c' && isspace(c)) { in mks_vfscanf() 265 if (!suppression && lexp->name != 'c') in mks_vfscanf() 421 for(lexp=lexlist; lexp->name != 0; lexp++) { in gettoken() 422 if (c == lexp->name) { in gettoken() 423 if (lexp->type == NUMBER) { in gettoken() 433 return lexp->type; in gettoken()
|
/titanic_50/usr/src/lib/libmvec/common/vis/ |
H A D | __vrsqrt.S | 144 ! lexp = iexp << 52; 145 ! dlexp = *(double*)&lexp; 265 stx %o7,[%fp+tmp1] ! (6_1) dlexp = *(double*)lexp; 302 stx %o7,[%fp+tmp2] ! (0_0) dlexp = *(double*)lexp; 338 stx %o7,[%fp+tmp3] ! (1_0) dlexp = *(double*)lexp; 379 stx %o7,[%fp+tmp4] ! (2_0) dlexp = *(double*)lexp; 424 stx %o7,[%fp+tmp5] ! (3_0) dlexp = *(double*)lexp; 473 stx %o7,[%fp+tmp6] ! (4_0) dlexp = *(double*)lexp; 534 stx %o7,[%fp+tmp0] ! (5_1) dlexp = *(double*)lexp; 559 ldd [%fp+tmp1],%f62 ! (6_2) dlexp = *(double*)lexp; [all …]
|