target 974 global/global.c int target = GPATH_SOURCE; target 983 global/global.c target = GPATH_BOTH; target 985 global/global.c target = GPATH_OTHER; target 988 global/global.c gp = gfind_open(dbpath, localprefix, target); target 1049 global/global.c const char *target = format == FORMAT_PATH ? "file" : "object"; target 1056 global/global.c fprintf(stderr, "1 %s located", target); target 1059 global/global.c fprintf(stderr, "%d %ss located", number, target); target 1178 global/global.c int target = GPATH_SOURCE; target 1203 global/global.c target = GPATH_BOTH; target 1205 global/global.c target = GPATH_OTHER; target 1226 global/global.c args_open_gfind(gp = gfind_open(dbpath, localprefix, target)); target 1296 global/global.c int target = GPATH_SOURCE; target 1299 global/global.c target = GPATH_BOTH; target 1301 global/global.c target = GPATH_OTHER; target 1328 global/global.c gp = gfind_open(dbpath, localprefix, target); target 1383 global/global.c int target; target 1398 global/global.c if (!(data->target & TARGET_DEF)) target 1402 global/global.c if (!(data->target & (TARGET_REF | TARGET_SYM))) target 1422 global/global.c if (data->target == TARGET_REF || data->target == TARGET_SYM) { target 1424 global/global.c if (!(data->target & TARGET_REF)) target 1427 global/global.c if (!(data->target & TARGET_SYM)) target 1459 global/global.c data.target = TARGET_REF|TARGET_SYM; target 1461 global/global.c data.target = 1 << db; target 1475 global/global.c if (data.target == TARGET_REF || data.target == TARGET_SYM) { target 497 htags/common.c gen_href_begin_with_title_target(const char *dir, const char *file, const char *suffix, const char *key, const char *title, const char *target) target 529 htags/common.c if (Fflag && target) target 530 htags/common.c strbuf_sprintf(sb, " target='%s'", fix_attr_value(target)); target 712 htags/common.c gen_form_begin(const char *target) target 718 htags/common.c if (Fflag && target) target 719 htags/common.c strbuf_sprintf(sb, " target='%s'", fix_attr_value(target)); target 58 htags/defineindex.c const char *target = (Fflag) ? "mains" : "_top"; target 235 htags/defineindex.c fputs(gen_href_begin_with_title_target(NULL, strbuf_value(url), NULL, NULL, guide, target), STDOUT); target 372 htags/fileindex.c char *target = (Fflag) ? "mains" : "_top"; target 375 htags/fileindex.c strbuf_puts(files, gen_href_begin_with_title_target("files", path2fid(basedir), HTML, NULL, NULL, target)); target 441 htags/fileindex.c char *target = (Fflag) ? "mains" : "_top"; target 450 htags/fileindex.c gen_href_begin_with_title_target(SRCS, path2fid(path), HTML, NULL, tips, target), target 600 htags/fileindex.c char *target = (Fflag) ? "mains" : "_top"; target 625 htags/fileindex.c path2fid(path), HTML, NULL, tips, target)); target 806 htags/fileindex.c char *target = (Fflag) ? "mains" : "_top"; target 881 htags/fileindex.c fputs(gen_href_begin_with_title_target(upperdir(SRCS), path2fid(filename), HTML, NULL, NULL, target), INCLUDE); target 712 htags/htags.c makesearchpart(const char *target) target 724 htags/htags.c if (!target) { target 728 htags/htags.c strbuf_puts_nl(sb, gen_form_begin(target)); target 735 htags/htags.c strbuf_puts_nl(sb, target ? "Def" : "Definition"); target 737 htags/htags.c strbuf_puts_nl(sb, target ? "Ref" : "Reference"); target 739 htags/htags.c strbuf_puts_nl(sb, target ? "Sym" : "Other symbol"); target 741 htags/htags.c strbuf_puts_nl(sb, target ? "Path" : "Path name"); target 744 htags/htags.c strbuf_puts_nl(sb, target ? "Grep" : "Grep pattern"); target 748 htags/htags.c strbuf_puts_nl(sb, target ? "Id" : "Id pattern"); target 752 htags/htags.c strbuf_puts_nl(sb, target ? "Icase" : "Ignore case"); target 755 htags/htags.c strbuf_puts_nl(sb, target ? "Other" : "Other files"); target 757 htags/htags.c if (other_files && !target) { target 301 libutil/gpathop.c gfind_open(const char *dbpath, const char *local, int target) target 312 libutil/gpathop.c gfind->target = target; target 352 libutil/gpathop.c if (gfind->type & gfind->target) target 43 libutil/gpathop.h int target;