Lines Matching defs:Prefix
582 char *Prefix = "";
586 /* Set line prefix depending on the destination file type */
593 Prefix = "; ";
600 Prefix = "; ";
606 Prefix = " * ";
614 Prefix = " * ";
637 FlPrintFile (FileId, "%s\n", Prefix);
638 FlPrintFile (FileId, ACPI_COMMON_HEADER (UtilityName, Prefix));
660 char *Prefix = "";
663 /* Set line prefix depending on the destination file type */
670 Prefix = "; ";
677 Prefix = "; ";
682 Prefix = " * ";
690 Prefix = " * ";
704 Prefix, AslGbl_Files[ASL_FILE_INPUT].Filename);
712 FlPrintFile (FileId, " - %s%s\n", NewTime, Prefix);