Home
last modified time | relevance | path

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

/trueos/usr.bin/make/
HDstr.h67 #define STR_ADDSPACE 0x01 /* add a space when Str_Concat'ing */ macro
HDstr.c121 if (flags & STR_ADDSPACE) { in str_concat()
HDdir.c1132 nstr = str_concat(str, tstr, STR_ADDSPACE); in Path_MakeFlags()
/trueos/contrib/bmake/
HDstr.c111 if (flags & STR_ADDSPACE) { in str_concat()
HDmake.h334 #define STR_ADDSPACE 0x01 /* add a space when Str_Concat'ing */ macro
HDdir.c1665 str = str_concat(s1 = str, s2, STR_ADDSPACE); in Dir_MakeFlags()