Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Dmodules.c110 char *tag_prog = NULL; in my_module() local
445 if (tag_prog) in my_module()
446 free (tag_prog); in my_module()
447 tag_prog = xstrdup (optarg); in my_module()
663 if ((m_type == TAG && tag_prog != NULL) || in my_module()
674 char *prog = (m_type == TAG ? tag_prog : in my_module()
724 if (tag_prog) in my_module()
725 free (tag_prog); in my_module()