Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmacro.c102 #define M_VNAME 4 /* ${!var} */ macro
1132 type = M_VNAME; in varsub()
1231 if(type==M_VNAME) in varsub()
1257 if(type==M_VNAME) in varsub()
1265 if(c==0 && type==M_VNAME) in varsub()
1271 if(type!=M_VNAME && c==RBRACE && type && fcpeek(-2)=='.') in varsub()
1289 if(type==M_VNAME || type==M_SIZE) in varsub()
1294 if(type==M_VNAME) in varsub()
1404 if((type==M_VNAME||type==M_SUBNAME) && mp->shp->argaddr && strcmp(nv_name(np),id)) in varsub()
1412 if(type==M_VNAME || (type==M_SUBNAME && ap)) in varsub()
[all …]