Home
last modified time | relevance | path

Searched refs:CLOSE_BRACE (Results 1 – 2 of 2) sorted by relevance

/trueos/usr.bin/make/
HDvar.c192 #define CLOSE_BRACE '}' macro
1600 endc = (startc == OPEN_PAREN) ? CLOSE_PAREN : CLOSE_BRACE; in sysVvarsub()
1727 endc = (startc == OPEN_PAREN) ? CLOSE_PAREN : CLOSE_BRACE; in ParseModifier()
2086 endc = (startc == OPEN_PAREN) ? CLOSE_PAREN : CLOSE_BRACE; in VarParseLong()
2296 str[0] == CLOSE_BRACE) { in match_var()
/trueos/contrib/gcclibs/libcpp/include/
HDcpplib.h107 OP(CLOSE_BRACE, "}") \