target            748 global/global.c 	int target = GPATH_SOURCE;
target            757 global/global.c 		target = GPATH_BOTH;
target            759 global/global.c 		target = GPATH_OTHER;
target            769 global/global.c 	gp = gfind_open(dbpath, localprefix, target);
target            810 global/global.c 	int target = GPATH_SOURCE;
target            813 global/global.c 		target = GPATH_BOTH;
target            815 global/global.c 		target = GPATH_OTHER;
target            842 global/global.c 	gp = gfind_open(dbpath, localprefix, target);
target             99 gtags-parser/C.c 	int target;
target            118 gtags-parser/C.c 	target = (sflag) ? SYM : (rflag) ? REF : DEF;
target            133 gtags-parser/C.c 					if (target == REF && defined(token))
target            136 gtags-parser/C.c 					if (target == REF) {
target            139 gtags-parser/C.c 					} else if (target == SYM) {
target            166 gtags-parser/C.c 					if (function_definition(target, arg1)) {
target            169 gtags-parser/C.c 						if (target == DEF)
target            172 gtags-parser/C.c 						if (target == REF && defined(savetok))
target            177 gtags-parser/C.c 				if (target == REF) {
target            180 gtags-parser/C.c 				} else if (target == SYM) {
target            229 gtags-parser/C.c 				if (target == DEF)
target            257 gtags-parser/C.c 			if (yaccstatus == DECLARATIONS && target == DEF)
target            272 gtags-parser/C.c 				if (target == DEF)
target            275 gtags-parser/C.c 					if (c == SYMBOL && target == SYM)
target            280 gtags-parser/C.c 				if (target == DEF)
target            302 gtags-parser/C.c 			condition_macro(cc, target);
target            313 gtags-parser/C.c 					if (target == DEF)
target            315 gtags-parser/C.c 				} else if (target == REF) {
target            318 gtags-parser/C.c 				} else if (target == SYM) {
target            335 gtags-parser/C.c 						condition_macro(c, target);
target            346 gtags-parser/C.c 						if (target == DEF)
target            398 gtags-parser/C.c 							if (target == DEF)
target            400 gtags-parser/C.c 						} else if (target == REF) {
target            403 gtags-parser/C.c 						} else if (target == SYM) {
target            417 gtags-parser/C.c 							condition_macro(c, target);
target            423 gtags-parser/C.c 							if (savetok[0] && target == DEF)
target            433 gtags-parser/C.c 								if (target == DEF && level > typedef_savelevel)
target            435 gtags-parser/C.c 								if (target == SYM && level == typedef_savelevel && !defined(token))
target            438 gtags-parser/C.c 								if (target == REF) {
target            441 gtags-parser/C.c 								} else if (target == SYM) {
target            444 gtags-parser/C.c 								} else if (target == DEF) {
target            459 gtags-parser/C.c 					if (target == REF && defined(token))
target            461 gtags-parser/C.c 					if (target == SYM && !defined(token))
target            473 gtags-parser/C.c 						condition_macro(c, target);
target            484 gtags-parser/C.c 							if (target == SYM)
target            489 gtags-parser/C.c 								if (target == SYM)
target            498 gtags-parser/C.c 							if (target == DEF)
target            515 gtags-parser/C.c 			process_attribute(target);
target            536 gtags-parser/C.c process_attribute(int target)
target            550 gtags-parser/C.c 			if (target == REF) {
target            553 gtags-parser/C.c 			} else if (target == SYM) {
target            570 gtags-parser/C.c function_definition(int target, char arg1[MAXTOKEN])
target            585 gtags-parser/C.c 			condition_macro(c, target);
target            602 gtags-parser/C.c 			if (target == REF) {
target            605 gtags-parser/C.c 			} else if (target == SYM) {
target            622 gtags-parser/C.c 			condition_macro(c, target);
target            625 gtags-parser/C.c 			process_attribute(target);
target            650 gtags-parser/C.c 			if (target == REF) {
target            653 gtags-parser/C.c 			} else if (target == SYM) {
target            669 gtags-parser/C.c condition_macro(int cc, int target)
target            718 gtags-parser/C.c 			if (target == REF) {
target            721 gtags-parser/C.c 			} else if (target == SYM) {
target             78 gtags-parser/Cpp.c 	int target;
target             97 gtags-parser/Cpp.c 	target = (sflag) ? SYM : (rflag) ? REF : DEF;
target            112 gtags-parser/Cpp.c 				if (target == REF && defined(token))
target            116 gtags-parser/Cpp.c 					if (target == REF && defined(token))
target            119 gtags-parser/Cpp.c 					if (target == REF) {
target            122 gtags-parser/Cpp.c 					} else if (target == SYM) {
target            134 gtags-parser/Cpp.c 					if (function_definition(target)) {
target            136 gtags-parser/Cpp.c 						if (target == DEF && strcmp(stack[classlevel].classname, savetok))
target            139 gtags-parser/Cpp.c 						if (target == REF && defined(savetok))
target            144 gtags-parser/Cpp.c 				if (target == REF) {
target            147 gtags-parser/Cpp.c 				} else if (target == SYM) {
target            156 gtags-parser/Cpp.c 					if (target == REF)
target            169 gtags-parser/Cpp.c 					if (target == DEF)
target            194 gtags-parser/Cpp.c 					if (target == DEF)
target            270 gtags-parser/Cpp.c 				if (target == DEF)
target            273 gtags-parser/Cpp.c 					if (c == SYMBOL && target == SYM)
target            278 gtags-parser/Cpp.c 				if (target == DEF)
target            300 gtags-parser/Cpp.c 			condition_macro(cc, target);
target            307 gtags-parser/Cpp.c 				if (target == REF && defined(token))
target            316 gtags-parser/Cpp.c 					if (target == DEF)
target            318 gtags-parser/Cpp.c 				} else if (target == REF) {
target            321 gtags-parser/Cpp.c 				} else if (target == SYM) {
target            338 gtags-parser/Cpp.c 						condition_macro(c, target);
target            349 gtags-parser/Cpp.c 						if (target == DEF)
target            368 gtags-parser/Cpp.c 						if (target == SYM)
target            384 gtags-parser/Cpp.c 					if (target == SYM)
target            440 gtags-parser/Cpp.c 							if (target == DEF)
target            442 gtags-parser/Cpp.c 						} else if (target == REF) {
target            445 gtags-parser/Cpp.c 						} else if (target == SYM) {
target            459 gtags-parser/Cpp.c 							condition_macro(c, target);
target            465 gtags-parser/Cpp.c 							if (savetok[0] && target == DEF)
target            475 gtags-parser/Cpp.c 								if (target == DEF && level > typedef_savelevel)
target            477 gtags-parser/Cpp.c 								if (target == SYM && level == typedef_savelevel)
target            480 gtags-parser/Cpp.c 								if (target == REF) {
target            483 gtags-parser/Cpp.c 								} else if (target == SYM) {
target            486 gtags-parser/Cpp.c 								} else if (target == DEF) {
target            501 gtags-parser/Cpp.c 					if (target == REF && defined(token))
target            503 gtags-parser/Cpp.c 					if (target == SYM && !defined(token))
target            515 gtags-parser/Cpp.c 						condition_macro(c, target);
target            526 gtags-parser/Cpp.c 							if (target == SYM)
target            531 gtags-parser/Cpp.c 								if (target == SYM)
target            540 gtags-parser/Cpp.c 							if (target == DEF)
target            557 gtags-parser/Cpp.c 			process_attribute(target);
target            578 gtags-parser/Cpp.c process_attribute(int target)
target            592 gtags-parser/Cpp.c 			if (target == REF) {
target            595 gtags-parser/Cpp.c 			} else if (target == SYM) {
target            610 gtags-parser/Cpp.c function_definition(int target)
target            624 gtags-parser/Cpp.c 			condition_macro(c, target);
target            637 gtags-parser/Cpp.c 			if (target == REF) {
target            640 gtags-parser/Cpp.c 			} else if (target == SYM) {
target            661 gtags-parser/Cpp.c 			condition_macro(c, target);
target            664 gtags-parser/Cpp.c 			process_attribute(target);
target            684 gtags-parser/Cpp.c 			if (target == REF) {
target            687 gtags-parser/Cpp.c 			} else if (target == SYM) {
target            703 gtags-parser/Cpp.c condition_macro(int cc, int target)
target            752 gtags-parser/Cpp.c 			if (target == REF) {
target            755 gtags-parser/Cpp.c 			} else if (target == SYM) {
target             53 gtags-parser/java.c 	int target;
target             70 gtags-parser/java.c 	target = (sflag) ? SYM : ((rflag) ? REF : DEF);
target             79 gtags-parser/java.c 				if (target == SYM)
target             85 gtags-parser/java.c 				if (target == REF && defined(token))
target             88 gtags-parser/java.c 				if (target == DEF && level == stack[classlevel].level && !startequal)
target             92 gtags-parser/java.c 				if (target == REF && (level > stack[classlevel].level || startequal) && defined(token))
target             95 gtags-parser/java.c 				if (target == SYM)
target            144 gtags-parser/java.c 				if (target == DEF)
target            151 gtags-parser/java.c 				if (target == SYM)
target            154 gtags-parser/java.c 				if (target == REF && defined(token))
target           2131 gtags-parser/php.c 	int target = (sflag) ? SYM : (rflag) ? REF : DEF;
target           2147 gtags-parser/php.c 			if (target == DEF)
target           2153 gtags-parser/php.c 			if (target == DEF)
target           2161 gtags-parser/php.c 			if (target == DEF)
target           2166 gtags-parser/php.c 				if (target == SYM)
target           2172 gtags-parser/php.c 						if (target == SYM)
target           2178 gtags-parser/php.c 				if (target == SYM)
target           2187 gtags-parser/php.c 			if (target == REF) {
target           2190 gtags-parser/php.c 			} else if (target == SYM) {
target           2198 gtags-parser/php.c 			if (target == REF)
target           2209 gtags-parser/php.c 					if (target == REF) {
target           2212 gtags-parser/php.c 					} else if (target == SYM) {
target            449 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            481 htags/common.c 	if (target)
target            482 htags/common.c 		strbuf_sprintf(sb, " target='%s'", target);
target            683 htags/common.c gen_form_begin(const char *target)
target            689 htags/common.c 	if (target)
target            690 htags/common.c 		strbuf_sprintf(sb, " target='%s'", target);
target             56 htags/defineindex.c 	const char *target = (Fflag) ? "mains" : "_top";
target            248 htags/defineindex.c 		fputs(gen_href_begin_with_title_target(NULL, strbuf_value(url), NULL, NULL, guide, target), STDOUT);
target            547 htags/fileindex.c 	char *target = (Fflag) ? "mains" : "_top";
target            572 htags/fileindex.c 			path2fid(path), HTML, NULL, tips, target));
target            745 htags/fileindex.c 	char *target = (Fflag) ? "mains" : "_top";
target            820 htags/fileindex.c 					fputs(gen_href_begin_with_title_target(upperdir(SRCS), path2fid(filename), HTML, NULL, NULL, target), INCLUDE);
target            619 htags/htags.c  makesearchpart(const char *action, const char *id, const char *target)
target            631 htags/htags.c  	if (!target) {
target            635 htags/htags.c  	strbuf_puts_nl(sb, gen_form_begin(target));
target            644 htags/htags.c  	strbuf_puts_nl(sb, target ? "Def" : "Definition");
target            646 htags/htags.c  	strbuf_puts_nl(sb, target ? "Ref" : "Reference");
target            649 htags/htags.c  		strbuf_puts_nl(sb, target ? "Sym" : "Other symbol");
target            652 htags/htags.c  	strbuf_puts(sb, target ? "Path" : "Path name");
target            655 htags/htags.c  		strbuf_puts_nl(sb, target ? "Grep" : "Grep pattern");
target            659 htags/htags.c  		strbuf_puts_nl(sb, target ? "Id" : "Id pattern");
target            663 htags/htags.c  	strbuf_puts_nl(sb, target ? "Icase" : "Ignore case");
target            666 htags/htags.c  		strbuf_puts_nl(sb, target ? "Other" : "Other files");
target            668 htags/htags.c  	if (other_files && !target) {
target            289 libutil/gpathop.c gfind_open(const char *dbpath, const char *local, int target)
target            300 libutil/gpathop.c 	gfind->target = target;
target            340 libutil/gpathop.c 		if (gfind->type & gfind->target)
target             41 libutil/gpathop.h 	int target;