Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dmodules.c112 char *tag_prog = NULL; in my_module() local
447 if (tag_prog) in my_module()
448 free (tag_prog); in my_module()
449 tag_prog = xstrdup (optarg); in my_module()
665 if ((m_type == TAG && tag_prog != NULL) || in my_module()
676 char *prog = (m_type == TAG ? tag_prog : in my_module()
727 if (tag_prog) in my_module()
728 free (tag_prog); in my_module()