Home
last modified time | relevance | path

Searched refs:CVSMODULE_OPTS (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/src/
Dmodules.c33 #define CVSMODULE_OPTS "+ad:i:lo:e:s:t:u:" macro
437 while ((c = getopt (modargc, modargv, CVSMODULE_OPTS)) != -1)
1004 while ((c = getopt (argc, argv, CVSMODULE_OPTS)) != -1)
DChangeLog-963382 * cvs.h (CVSMODULE_OPTS, CVSMODULE_SPEC): Move from here...
3385 * modules.c (CVSMODULE_OPTS): Add "+" as first character.