Home | History | Annotate | Download | only in restore

Lines Matching defs:postfix

77 	char	postfix;	/* postfix character */
616 fp->postfix = ' ';
620 fp->postfix = '@';
625 fp->postfix = '=';
630 fp->postfix = '#';
634 fp->postfix = '%';
640 fp->postfix = '/';
642 fp->postfix = ' ';
673 if (fp->postfix != ' ')
704 putc(fp->postfix, stderr);