Home
last modified time | relevance | path

Searched refs:ARG_ARRAYOK (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dargnod.h128 #define ARG_ARRAYOK 0x1000 /* $x[sub] ==> ${x[sub]} */ macro
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c227 mp->arrayok = mp->arith || (flag&ARG_ARRAYOK); in sh_macexpand()
424 sh_macexpand(shp,arg,NIL(struct argnod**),flags|ARG_ARRAYOK); in sh_macpat()