HomeSort by: relevance | last modified time | path
    Searched refs:do_module (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
ls.c 230 err += do_module (db, mod, MISC, "Listing",
241 err += do_module (db, topmod, MISC, "Listing",
annotate.c 144 err += do_module (db, argv[i], MISC, "Annotating", rannotate_proc,
checkout.c 388 err += do_module (db, argv[i], m_type, "Updating", checkout_proc,
625 * omodule is the original arg to do_module()
659 to do_module in modules.c, since there is similar code in
cvs.h 323 /* The type of request that is being done in do_module() */
680 int do_module (DBM * db, char *mname, enum mtype m_type, char *msg,
modules.c 499 * 3. Call do_module().
743 /* External face of do_module so that we can have an internal version which
747 do_module (DBM *db, char *mname, enum mtype m_type, char *msg,
745 do_module (DBM *db, char *mname, enum mtype m_type, char *msg, function
patch.c 259 err += do_module (db, argv[i], PATCH, "Patching", patch_proc,
tag.c 309 err += do_module (db, argv[i], TAG,
acl.c 842 err += do_module (db, argv[i], MISC, "ACL ing: ",
log.c 423 err += do_module (db, argv[i], MISC, "Logging", rlog_proc,
server.c 5711 err += do_module (db, argument_vector[i],

Completed in 35 milliseconds