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

/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dmacro.c89 #define M_BRACE 1 /* ${var} */ macro
1053 if(type==M_BRACE)
1101 type = M_BRACE;
1240 if((!np || nv_isnull(np)) && type==M_BRACE && c==RBRACE && !(flag&NV_ARRAY) && strchr(id,'.'))
1306 c = (type>M_BRACE && isastchar(mode));
1314 type = M_BRACE;
1323 type = M_BRACE;
1363 type = M_BRACE;
1366 type = M_BRACE;
1874 if(type==M_BRACE
[all...]

Completed in 48 milliseconds