Home | History | Annotate | Download | only in ksh

Lines Matching defs:fclr

566 	Tflag fset = 0, fclr = 0;
656 fclr |= flag;
661 fclr &= ~flag;
682 if (func && ((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT))) {
688 * At this point, flags in fset are cleared in fclr and vise
697 fclr &= ~RJUST;
704 fclr |= ~fset &
726 if (fset | fclr) {
728 f->flag &= ~fclr;
736 } else if (!typeset(wp[i], fset, fclr, field, base)) {
745 flag = fset | fclr; /* no difference at this point.. */