Searched refs:str1Length (Results 1 – 2 of 2) sorted by relevance
188 int str1Length = AStringLen( str1 ); in makeComment() local190 cpystr(com + str1Length, sign); in makeComment()192 cpystr(com + str1Length + signLength, str2); in makeComment()193 com[str1Length + signLength + AStringLen(str2)] = 0; in makeComment()
210 int str1Length = AStringLen( str1 ); in makeComment() local212 cpystr(com + str1Length, sign); in makeComment()214 cpystr(com + str1Length + signLength, str2); in makeComment()215 com[str1Length + signLength + AStringLen(str2)] = 0; in makeComment()
Completed in 24 milliseconds