Searched refs:RCSPROG_UFLAG (Results 1 – 2 of 2) sorted by relevance
244 if (rcsflags & RCSPROG_UFLAG) in rcs_main()247 rcsflags &= ~RCSPROG_UFLAG; in rcs_main()287 rcsflags |= RCSPROG_UFLAG; in rcs_main()470 if (rcsflags & RCSPROG_UFLAG) { in rcs_main()
61 #define RCSPROG_UFLAG (1<<15) macro