Home | History | Annotate | Download | only in src

Lines Matching refs:rept

223   unsigned int rept;
989 int rept = usage[i].rept;
994 if (rept == ARG_USED_CL)
996 if (rept == ARG_ONE)
997 usage[i].rept = ARG_USED_CL;
1002 if (rept == ARG_USED_FILE)
1004 if (rept == ARG_USED_CL || rept == ARG_ONE)
1005 usage[i].rept = ARG_USED_FILE;
1008 if (reptrept != ARG_ONE && rept != ARG_USED_CL)
1010 daemon->options |= rept;