Lines Matching refs:fset
768 uint32_t fset = 0, fclr = 0, flag; in c_typeset() local
780 fset |= EXPORT; in c_typeset()
786 fset |= RDONLY; in c_typeset()
883 fset &= ~flag; in c_typeset()
886 fset |= flag; in c_typeset()
911 if (func && (((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT)) || in c_typeset()
922 if (fset & LCASEV) in c_typeset()
924 fset &= ~UCASEV_AL; in c_typeset()
925 if (fset & LJUST) in c_typeset()
927 fset &= ~RJUST; in c_typeset()
928 if ((fset & (ZEROFIL|LJUST)) == ZEROFIL) { in c_typeset()
930 fset |= RJUST; in c_typeset()
937 if ((fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL | LCASEV | in c_typeset()
939 fclr |= ~fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL | in c_typeset()
944 fset &= ~(ARRAY | ASSOC); in c_typeset()
946 fset |= ASSOC; in c_typeset()
954 !(!func && pflag && !(fset | fclr))) { in c_typeset()
959 fset |= LOCAL; in c_typeset()
963 tobool(fset & UCASEV_AL)); in c_typeset()
969 if (fset | fclr) { in c_typeset()
970 f->flag |= fset; in c_typeset()
978 } else if (!typeset(wp[i], fset, fclr, field, base)) { in c_typeset()
989 flag = fset | fclr; in c_typeset()