Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dcvcompiler.c182 char *LineToken; in CvProcessComment() local
207 LineToken = strtok (CommentString, "\n"); in CvProcessComment()
209 if (LineToken) in CvProcessComment()
212 strcpy (FinalLineToken, LineToken); in CvProcessComment()
222 LineToken = strtok (NULL, "\n"); in CvProcessComment()
223 while (LineToken != NULL) in CvProcessComment()
233 if (LineToken[i] != ' ' && LineToken[i] != '\t') in CvProcessComment()
236 LineToken += i-1; in CvProcessComment()
237 LineToken [0] = ' '; /* Pad for Formatting */ in CvProcessComment()
242 strcat (FinalLineToken, LineToken); in CvProcessComment()
[all …]