guide             105 htags/defineindex.c 		char guide[1024], url_for_map[1024];
guide             223 htags/defineindex.c 			snprintf(guide, sizeof(guide), "Multiple defined in %s places.", enumber);
guide             243 htags/defineindex.c 			snprintf(guide, sizeof(guide), "Defined at %s in %s.", lno, path);
guide             248 htags/defineindex.c 		fputs(gen_href_begin_with_title_target(NULL, strbuf_value(url), NULL, NULL, guide, target), STDOUT);
guide             534 htags/src2html.c static const char *guide = NULL;
guide             544 htags/src2html.c                         guide = generate_guide(lineno);
guide             546 htags/src2html.c                         guide = NULL;
guide             548 htags/src2html.c         if (guide && definition_header == BEFORE_HEADER) {
guide             549 htags/src2html.c 		fputs_nl(guide, out);
guide             550 htags/src2html.c                 guide = NULL;
guide             577 htags/src2html.c 	if (guide == NULL)
guide             581 htags/src2html.c 			fputs(guide, out);
guide             584 htags/src2html.c 			fputs_nl(guide, out);
guide             586 htags/src2html.c 		guide = NULL;