Searched refs:clr (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/mailx/
H A Dcmd1.c739 mark1(char* str, int set, int clr) argument
750 set = clr = 0;
772 clr |= kp->set;
776 clr |= kp->clear;
787 if (!clr) {
794 clr |= kp->clear;
807 clr |= MMARK;
810 msgflags(mp, set, clr);
815 else if ((set|clr) & MSPAM) {
H A Dquit.c329 int clr; local
401 set = clr = 0;
403 clr |= MSPAM;
406 clr |= MNEW;
414 if (set || clr)
415 msgflags(mp, set, clr);
H A Dmisc.c717 msgflags(register struct msg* mp, int set, int clr) argument
720 imap_msgflags(mp, set, clr);
722 if (clr)
723 mp->m_flag &= ~clr;
H A Dimap.c2451 imap_msgflags(register Msg_t* mp, int set, int clr) argument
2456 if (mp->m_flag & ~clr & MDELETE)
2458 if (flags = mp->m_flag & clr)
2460 mp->m_flag &= ~clr;
/ast/src/cmd/nmake/
H A Dparse.c2086 } *att, clr, set; local
2237 zero(clr);
2282 att = &clr;
2300 att = &clr;
2465 merge(&clr.rule, makerule(name), MERGE_ATTR|MERGE_FORCE);
2656 negate(&clr.rule, r);
2664 if (((set.rule.property|clr.rule.property) & P_functional) && !(r->property & P_state) && ((v = getvar(r->name)) || (v = setvar(r->name, null, 0))))
2687 if ((set.rule.property & P_target) && !((clr.rule.property | r->property) & P_target))
2700 if ((set.rule.dynamic | clr.rule.dynamic) & ~D_dynamic)
2703 r->dynamic &= ~(clr
[all...]
/ast/src/cmd/std/
H A Dls.c1311 #define clr(f) (opt_info.num?(state.lsflags&=~(f)):(state.lsflags|=(f))) macro
1608 clr(LS_PRINTABLE);
1687 clr(LS_COLUMNS|LS_PRINTABLE);
/ast/src/lib/libpp/
H A Dppproto.c2176 int clr; local
2295 clr = 0;
2304 clr = 1;
2317 if (clr)
/ast/src/cmd/INIT/
H A Dproto.c4430 int clr; local
4539 clr = 0;
4548 clr = 1;
4561 if (clr)

Completed in 39 milliseconds