Searched refs:ARG_ARRAYOK (Results 1 – 2 of 2) sorted by relevance
128 #define ARG_ARRAYOK 0x1000 /* $x[sub] ==> ${x[sub]} */ macro
227 mp->arrayok = mp->arith || (flag&ARG_ARRAYOK); in sh_macexpand()424 sh_macexpand(shp,arg,NIL(struct argnod**),flags|ARG_ARRAYOK); in sh_macpat()