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

/freebsd-9.3-release/contrib/bmake/
H A Dvar.c336 #define BRCLOSE '}' macro
2225 int want = (*cp2 == PROPEN) ? PRCLOSE : BRCLOSE;
2617 delim = startc == PROPEN ? PRCLOSE : BRCLOSE;
3709 endc = startc == PROPEN ? PRCLOSE : BRCLOSE;
3760 * will be '\0', ':', PRCLOSE, or BRCLOSE.
4036 *p != ':' && *p != PRCLOSE && *p != BRCLOSE; p++)

Completed in 62 milliseconds