Home | History | Annotate | Download | only in src

Lines Matching refs:rept

227   unsigned int rept;
994 int rept = usage[i].rept;
999 if (rept == ARG_USED_CL)
1001 if (rept == ARG_ONE)
1002 usage[i].rept = ARG_USED_CL;
1007 if (rept == ARG_USED_FILE)
1009 if (rept == ARG_USED_CL || rept == ARG_ONE)
1010 usage[i].rept = ARG_USED_FILE;
1013 if (rept != ARG_DUP && rept != ARG_ONE && rept != ARG_USED_CL)
1015 daemon->options |= rept;