Searched refs:lexp (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | parse.c | 100 static unsigned long writedefs(Lex_t *lexp,struct argnod *arglist, int line, int type, struct argno… in writedefs() argument 110 unsigned long parent=lexp->script; in writedefs() 113 parent = lexp->current; in writedefs() 148 parent=kiaentity(lexp,sh_argstr(cmd),-1,'p',-1,-1,lexp->unknown,'b',0,""); in writedefs() 156 eline = lexp->sh->inlineno-(lexp->token==NL); in writedefs() 157 r=kiaentity(lexp,argp->argval,n,type,line,eline,parent,justify,width,atbuff); in writedefs() 158 sfprintf(lexp->kiatmp,"p;%..64d;v;%..64d;%d;%d;s;\n",lexp->current,r,line,eline); in writedefs() 309 static Shnode_t *makelist(Lex_t *lexp, int type, Shnode_t *l, Shnode_t *r) in makelist() argument 313 sh_syntax(lexp); in makelist() 335 Lex_t *lexp = (Lex_t*)shp->lex_context; in sh_parse() local [all …]
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/ |
H A D | vfscanf.c | 72 static struct lexlist *lexp; variable 190 switch (lexp->name) { in mks_vfscanf() 231 if (lexp->name != 'c') in mks_vfscanf() 239 if (lexp->name != 'c' && isspace(c)) { in mks_vfscanf() 263 if (!suppression && lexp->name != 'c') in mks_vfscanf() 419 for(lexp=lexlist; lexp->name != 0; lexp++) { in gettoken() 420 if (c == lexp->name) { in gettoken() 421 if (lexp->type == NUMBER) { in gettoken() 431 return lexp->type; in gettoken()
|
/illumos-gate/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 …]
|