Searched refs:LineToken (Results 1 – 1 of 1) sorted by relevance
74 char *LineToken; in CvProcessComment() local99 LineToken = strtok (CommentString, "\n"); in CvProcessComment()101 if (LineToken) in CvProcessComment()103 FinalLineToken = UtLocalCacheCalloc (strlen (LineToken) + 1); in CvProcessComment()104 strcpy (FinalLineToken, LineToken); in CvProcessComment()114 LineToken = strtok (NULL, "\n"); in CvProcessComment()115 while (LineToken != NULL) in CvProcessComment()123 for (i = 0; (i < (strlen (LineToken) + 1)) && !CharStart; i++) in CvProcessComment()125 if (LineToken[i] != ' ' && LineToken[i] != '\t') in CvProcessComment()128 LineToken += i-1; in CvProcessComment()[all …]