Home
last modified time | relevance | path

Searched refs:isfloat (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libshell/common/sh/
H A Darith.c247 lvalue->isfloat=1; in arith()
285 lvalue->isfloat=1; in arith()
299 lvalue->isfloat=1; in arith()
332 lvalue->isfloat= (r!=(Sflong_t)r); in arith()
334 lvalue->isfloat=1; in arith()
H A Dstreval.c235 node.isfloat=0; in arith_exec()
241 type = node.isfloat; in arith_exec()
756 lvalue.isfloat = 0; in expr()
787 stakputc(lvalue.isfloat); in expr()
/titanic_50/usr/src/lib/libshell/common/include/
H A Dstreval.h76 char isfloat; member
/titanic_50/usr/src/lib/libshell/common/bltins/
H A Dtypeset.c211 int isfloat=0, shortint=0, sflag=0; in b_typeset() local
252 isfloat = 1; in b_typeset()
363 if(troot==tdata.sh->fun_tree && ((isfloat || flag&~(NV_FUNCT|NV_TAGGED|NV_EXPORT|NV_LTOU)))) in b_typeset()
367 if(isfloat) in b_typeset()