Home
last modified time | relevance | path

Searched refs:mwhere (Results 1 – 11 of 11) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/src/
Dmodules.c122 char *mwhere = NULL; in my_module() local
202 mwhere = xstrdup (mname); in my_module()
297 err += callback_proc (modargc, modargv, where, mwhere, mfile, in my_module()
349 mwhere = xstrdup (mname); in my_module()
425 if (mwhere) in my_module()
426 free (mwhere); in my_module()
427 mwhere = xstrdup (optarg); in my_module()
531 err += callback_proc (modargc, modargv, where, mwhere, mfile, shorten, in my_module()
545 dir = where ? where : (mwhere ? mwhere : mname); in my_module()
605 change_to = where ? where : (mwhere ? mwhere : mname); in my_module()
[all …]
Dcheckout.c47 char *mwhere, char *mfile, int shorten,
597 checkout_proc (int argc, char **argv, char *where_orig, char *mwhere, in checkout_proc() argument
611 mwhere ? mwhere : "(null)", in checkout_proc()
651 + (mwhere == NULL ? 0 : strlen (mwhere)) in checkout_proc()
672 else if (mwhere != NULL) in checkout_proc()
677 (void) strcpy (where, mwhere); in checkout_proc()
704 if (mwhere && !ISABSOLUTE (mwhere)) in checkout_proc()
705 (void) strcat (where, mwhere); in checkout_proc()
Dannotate.c36 char *mwhere, char *mfile, int shorten,
160 rannotate_proc (int argc, char **argv, char *xwhere, char *mwhere, in rannotate_proc() argument
Dpatch.c31 char *mwhere, char *mfile, int shorten,
274 patch_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in patch_proc() argument
285 mwhere ? mwhere : "(null)", in patch_proc()
Dtag.c27 char *mwhere, char *mfile, int shorten,
451 rtag_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in rtag_proc() argument
468 mwhere ? mwhere : "(null)", mfile ? mfile : "(null)", in rtag_proc()
477 mwhere ? mwhere : "(null)", mfile ? mfile : "(null)", in rtag_proc()
Dls.c18 static int ls_proc (int argc, char **argv, char *xwhere, char *mwhere,
567 ls_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in ls_proc() argument
Dcvs.h663 char *mwhere, char *mfile, int shorten, int local_specified,
Dacl.c52 char *mwhere, char *mfile, int shorten,
860 racl_proc (int argc, char **argv, char *xwhere, char *mwhere, in racl_proc() argument
Dlog.c124 char *mwhere, char *mfile, int shorten,
473 rlog_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in rlog_proc() argument
Dserver.c5627 expand_proc (int argc, char **argv, char *where, char *mwhere, char *mfile, int shorten, int local_… in expand_proc() argument
5638 if (mwhere != NULL) in expand_proc()
5646 buf_output0 (buf_to_net, mwhere); in expand_proc()
DChangeLog8659 mwhere into account in addition to where.