Home | History | Annotate | Download | only in acpisrc

Lines Matching defs:Possible

518     char                    *Possible;
521 Possible = FileBuffer;
522 while (Possible)
524 Possible = strstr (Possible, ". ");
525 if (Possible)
527 if ((*(Possible -1) == '.') ||
528 (*(Possible -1) == '\"') ||
529 (*(Possible -1) == '\n'))
531 Possible += 3;
535 Possible = AsReplaceData (Possible, 3, ". ", 2);