Lines Matching refs:fset
673 uint32_t fset = 0, fclr = 0, flag; in c_typeset() local
685 fset |= EXPORT; in c_typeset()
691 fset |= RDONLY; in c_typeset()
788 fset &= ~flag; in c_typeset()
791 fset |= flag; in c_typeset()
816 if (func && (((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT)) || in c_typeset()
827 if (fset & LCASEV) in c_typeset()
829 fset &= ~UCASEV_AL; in c_typeset()
830 if (fset & LJUST) in c_typeset()
832 fset &= ~RJUST; in c_typeset()
833 if ((fset & (ZEROFIL|LJUST)) == ZEROFIL) { in c_typeset()
835 fset |= RJUST; in c_typeset()
842 if ((fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL | LCASEV | in c_typeset()
844 fclr |= ~fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL | in c_typeset()
849 fset &= ~(ARRAY | ASSOC); in c_typeset()
851 fset |= ASSOC; in c_typeset()
859 !(!func && pflag && !(fset | fclr))) { in c_typeset()
864 fset |= LOCAL; in c_typeset()
868 tobool(fset & UCASEV_AL)); in c_typeset()
874 if (fset | fclr) { in c_typeset()
875 f->flag |= fset; in c_typeset()
883 } else if (!typeset(wp[i], fset, fclr, field, base)) { in c_typeset()
894 flag = fset | fclr; in c_typeset()