Searched refs:ARG_ARITH (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libshell/common/include/
H A Dargnod.h124 #define ARG_ARITH 0x100 /* arithmetic expansion */ macro
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dmacro.c220 mp->arith = ((flag&ARG_ARITH)!=0);
H A Dxec.c304 return(p_arg(t->ar.arexpr,ARG_ARITH));
494 n = (flags&ARG_ARITH);
2279 arg[1] = sh_macpat(shp,t->ar.arexpr,OPTIMIZE|ARG_ARITH);
2285 sh_debug(shp,trap,(char*)0, (char*)0, arg, ARG_ARITH);
H A Dio.c1172 fname=sh_macpat(shp,ap,(iof&IOARITH)?ARG_ARITH:ARG_EXP);

Completed in 41 milliseconds