Searched defs:M_SUBNAME (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c93 #define M_SUBNAME 5 /* ${!var[sub]} */ macro
1153 type = M_SUBNAME;
1178 type = M_SUBNAME;
1186 type = M_SUBNAME;
1269 if(type==M_SUBNAME)
1304 if((type==M_VNAME||type==M_SUBNAME) && mp->shp->argaddr && strcmp(nv_name(np),id))
1312 if(type==M_VNAME || (type==M_SUBNAME && ap))
1409 else if(type==M_SUBNAME)

Completed in 64 milliseconds