Searched refs:signLength (Results 1 – 2 of 2) sorted by relevance
191 int signLength = AStringLen(sign); in makeComment() local192 cpystr(com + str1Length + signLength, str2); in makeComment()193 com[str1Length + signLength + AStringLen(str2)] = 0; in makeComment()
213 int signLength = AStringLen(sign); in makeComment() local214 cpystr(com + str1Length + signLength, str2); in makeComment()215 com[str1Length + signLength + AStringLen(str2)] = 0; in makeComment()
Completed in 23 milliseconds