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

/freebsd-9.3-release/usr.bin/make/
H A Dstr.h62 * final string should look. If STR_ADDSPACE is given, a space will be
67 #define STR_ADDSPACE 0x01 /* add a space when Str_Concat'ing */ macro
H A Dstr.c121 if (flags & STR_ADDSPACE) {
H A Ddir.c1132 nstr = str_concat(str, tstr, STR_ADDSPACE);
/freebsd-9.3-release/contrib/bmake/
H A Dstr.c111 if (flags & STR_ADDSPACE) {
H A Dmake.h327 * final string should look. If STR_ADDSPACE is given, a space will be
334 #define STR_ADDSPACE 0x01 /* add a space when Str_Concat'ing */ macro
H A Ddir.c1665 str = str_concat(s1 = str, s2, STR_ADDSPACE);

Completed in 64 milliseconds