guide             107 htags/defineindex.c 		char guide[1024], url_for_map[1024];
guide             219 htags/defineindex.c 			snprintf(guide, sizeof(guide), "Multiple defined in %s places.", enumber);
guide             231 htags/defineindex.c 			snprintf(guide, sizeof(guide), "Defined at %s in %s.", lno, path);
guide             235 htags/defineindex.c 		fputs(gen_href_begin_with_title_target(NULL, strbuf_value(url), NULL, NULL, guide, target), STDOUT);
guide             676 htags/src2html.c static const char *guide = NULL;
guide             687 htags/src2html.c                         guide = generate_guide(lineno);
guide             689 htags/src2html.c                         guide = NULL;
guide             691 htags/src2html.c         if (guide && definition_header == BEFORE_HEADER) {
guide             692 htags/src2html.c 		fputs_nl(guide, out);
guide             693 htags/src2html.c                 guide = NULL;
guide             721 htags/src2html.c 	if (guide == NULL)
guide             725 htags/src2html.c 			fputs(guide, out);
guide             728 htags/src2html.c 			fputs_nl(guide, out);
guide             730 htags/src2html.c 		guide = NULL;