Home | History | Annotate | Download | only in dist

Lines Matching refs:spacing

494 	char *spacing = NULL;
638 } else if ((nextc = startswith(l, "SPACING")) != NULL)
640 zquotedcpy(&spacing, nextc);
641 if (spacing == NULL) {
643 "%s: SPACING property in '%s' is invalid string '%s'!\n",
647 zstrtoupper(spacing);
805 (spacing != NULL && strcmp(spacing, "C") == 0)))
956 fprintf(fout_fp, "SPACING \"%s\"\n", spacing);