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

/freebsd-11-stable/contrib/bmake/
H A Dvar.c339 #define BRCLOSE '}' macro
2276 int want = (*cp2 == PROPEN) ? PRCLOSE : BRCLOSE;
2666 delim = startc == PROPEN ? PRCLOSE : BRCLOSE;
3821 endc = startc == PROPEN ? PRCLOSE : BRCLOSE;
3882 * will be '\0', ':', PRCLOSE, or BRCLOSE.
4156 *p != ':' && *p != PRCLOSE && *p != BRCLOSE; p++)

Completed in 106 milliseconds