Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dargnod.h124 #define ARG_ARITH 0x100 /* arithmetic expansion */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c340 return(p_arg(t->ar.arexpr,ARG_ARITH)); in sh_tclear()
530 n = (flags&ARG_ARITH); in sh_debug()
2496 arg[1] = sh_macpat(shp,t->ar.arexpr,OPTIMIZE|ARG_ARITH); in sh_exec()
2502 sh_debug(shp,trap,(char*)0, (char*)0, arg, ARG_ARITH); in sh_exec()
H A Dio.c1205 fname=sh_macpat(shp,ap,(iof&IOARITH)?ARG_ARITH:ARG_EXP); in sh_redirect()
H A Dmacro.c222 mp->arith = ((flag&ARG_ARITH)!=0); in sh_macexpand()