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

/ast/src/cmd/ksh93/sh/
H A Dmacro.c99 #define M_BRACE 1 /* ${var} */ macro
1114 if(type==M_BRACE)
1163 type = M_BRACE;
1318 if((!np || nv_isnull(np)) && type==M_BRACE && c==RBRACE && !(flag&NV_ARRAY) && strchr(id,'.'))
1395 c = (type>M_BRACE && isastchar(mode));
1403 type = M_BRACE;
1412 type = M_BRACE;
1455 type = M_BRACE;
1458 type = M_BRACE;
2000 if(type==M_BRACE
[all...]

Completed in 10 milliseconds