Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c734 sh_lexopen(lexp, lexp->sh,1); in arithfor()
796 lexp->sh->funlog = lexp->sh->heredocs; in funct()
807 lexp->token = sh_lex(lexp); in funct()
850 lexp->token = sh_lex(lexp); in funct()
1138 lexp->lastline = sh_getlineno(lexp); in item()
1139 lexp->lasttok = lexp->token; in item()
1150 t = getanode(lexp,lexp->arg); in item()
1221 writedefs(lexp,lexp->arg,lexp->sh->inlineno,'v',NIL(struct argnod*)); in item()
1748 lexp->arg = process_sub(lexp,token); in inout()
1790 lexp->aliasok = lexp->assignok = 1; in inout()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/stdio/
H A Dvfscanf.c72 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.S144 ! 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;
594 stx %o7,[%fp+tmp1] ! (6_1) dlexp = *(double*)lexp;
[all …]