Searched refs:STR_ADDSPACE (Results 1 – 6 of 6) sorted by relevance
67 #define STR_ADDSPACE 0x01 /* add a space when Str_Concat'ing */ macro
121 if (flags & STR_ADDSPACE) { in str_concat()
1132 nstr = str_concat(str, tstr, STR_ADDSPACE); in Path_MakeFlags()
111 if (flags & STR_ADDSPACE) { in str_concat()
334 #define STR_ADDSPACE 0x01 /* add a space when Str_Concat'ing */ macro
1665 str = str_concat(s1 = str, s2, STR_ADDSPACE); in Dir_MakeFlags()