Lines Matching defs:brace
1547 char* brace = 0;
1575 if (brace)
1582 if (*p || brace > b && *(brace - 1) == '$')
1584 brace = 0;
1598 brace = s - 1;
1735 if (brace)
1737 for (t = brace; t > s && isspace(*(t - 1)); t--);
1744 if (p > ++brace)
1748 if (!*brace)
1750 *brace = ' ';
1751 *(brace + 1) = 0;
1754 else if (!isspace(*brace) || *brace == '\n')
1756 brace++;
1758 act_pos = brace - sfstrbase(sp);