Lines Matching refs:fset
1837 uint32_t fset = 0, fclr = 0, flag; in c_typeset() local
1849 fset |= EXPORT; in c_typeset()
1855 fset |= RDONLY; in c_typeset()
1955 fset &= ~flag; in c_typeset()
1958 fset |= flag; in c_typeset()
1985 if (func && (((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT)) || in c_typeset()
1996 if (fset & LCASEV) in c_typeset()
1998 fset &= ~UCASEV_AL; in c_typeset()
1999 if (fset & LJUST) in c_typeset()
2001 fset &= ~RJUST; in c_typeset()
2002 if ((fset & (ZEROFIL|LJUST)) == ZEROFIL) { in c_typeset()
2004 fset |= RJUST; in c_typeset()
2011 if ((fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL | LCASEV | in c_typeset()
2013 fclr |= ~fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL | in c_typeset()
2018 fset &= ~(ARRAY | ASSOC); in c_typeset()
2020 fset |= ASSOC; in c_typeset()
2028 !(!func && pflag && !(fset | fclr))) { in c_typeset()
2033 fset |= LOCAL; in c_typeset()
2037 tobool(fset & UCASEV_AL)); in c_typeset()
2043 if (fset | fclr) { in c_typeset()
2044 f->flag |= fset; in c_typeset()
2052 } else if (!typeset(wp[i], fset, fclr, field, base)) { in c_typeset()
2063 flag = fset | fclr; in c_typeset()