Home | History | Annotate | Download | only in src

Lines Matching defs:fset

655 	uint32_t fset = 0, fclr = 0, flag;
667 fset |= EXPORT;
673 fset |= RDONLY;
770 fset &= ~flag;
773 fset |= flag;
794 if (func && (((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT)) ||
802 * At this point, flags in fset are cleared in fclr and vice
805 if (fset & LCASEV)
807 fset &= ~UCASEV_AL;
808 if (fset & LJUST)
810 fset &= ~RJUST;
811 if ((fset & (ZEROFIL|LJUST)) == ZEROFIL) {
813 fset |= RJUST;
820 if ((fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL | LCASEV |
822 fclr |= ~fset & (LJUST | RJUST | ZEROFIL | UCASEV_AL |
827 fset &= ~(ARRAY | ASSOC);
829 fset |= ASSOC;
837 !(!func && pflag && !(fset | fclr))) {
842 fset |= LOCAL;
846 tobool(fset & UCASEV_AL));
852 if (fset | fclr) {
853 f->flag |= fset;
861 } else if (!typeset(wp[i], fset, fclr, field, base)) {
872 flag = fset | fclr;