Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDmodules.c120 char *mwhere = NULL; in my_module() local
200 mwhere = xstrdup (mname); in my_module()
295 err += callback_proc (modargc, modargv, where, mwhere, mfile, in my_module()
347 mwhere = xstrdup (mname); in my_module()
423 if (mwhere) in my_module()
424 free (mwhere); in my_module()
425 mwhere = xstrdup (optarg); in my_module()
529 err += callback_proc (modargc, modargv, where, mwhere, mfile, shorten, in my_module()
543 dir = where ? where : (mwhere ? mwhere : mname); in my_module()
603 change_to = where ? where : (mwhere ? mwhere : mname); in my_module()
[all …]
HDcheckout.c45 char *mwhere, char *mfile, int shorten,
595 checkout_proc (int argc, char **argv, char *where_orig, char *mwhere, in checkout_proc() argument
609 mwhere ? mwhere : "(null)", in checkout_proc()
649 + (mwhere == NULL ? 0 : strlen (mwhere)) in checkout_proc()
670 else if (mwhere != NULL) in checkout_proc()
675 (void) strcpy (where, mwhere); in checkout_proc()
702 if (mwhere && !ISABSOLUTE (mwhere)) in checkout_proc()
703 (void) strcat (where, mwhere); in checkout_proc()
HDannotate.c35 char *mwhere, char *mfile, int shorten,
164 rannotate_proc (int argc, char **argv, char *xwhere, char *mwhere, in rannotate_proc() argument
HDpatch.c29 char *mwhere, char *mfile, int shorten,
265 patch_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in patch_proc() argument
276 mwhere ? mwhere : "(null)", in patch_proc()
HDtag.c24 char *mwhere, char *mfile, int shorten,
400 rtag_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in rtag_proc() argument
417 mwhere ? mwhere : "(null)", mfile ? mfile : "(null)", in rtag_proc()
426 mwhere ? mwhere : "(null)", mfile ? mfile : "(null)", in rtag_proc()
HDls.c16 static int ls_proc (int argc, char **argv, char *xwhere, char *mwhere,
564 ls_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in ls_proc() argument
HDcvs.h637 char *mwhere, char *mfile, int shorten, int local_specified,
HDlog.c122 char *mwhere, char *mfile, int shorten,
471 rlog_proc (int argc, char **argv, char *xwhere, char *mwhere, char *mfile, in rlog_proc() argument
HDserver.c5602 expand_proc (int argc, char **argv, char *where, char *mwhere, char *mfile, int shorten, int local_… in expand_proc() argument
5613 if (mwhere != NULL) in expand_proc()
5621 buf_output0 (buf_to_net, mwhere); in expand_proc()