global_path 98 htags/anchor.c snprintf(comline, sizeof(comline), "%s -f%s --encode-path=\" \t\" --result=ctags-xid --nofilter=path", quote_shell(global_path), options[db]); global_path 101 htags/defineindex.c snprintf(command, sizeof(command), PQUOTE "%s -c" PQUOTE, quote_shell(global_path)); global_path 84 htags/dupindex.c strbuf_sprintf(command, "%s -x%s --result=ctags-xid --encode-path=\" \t\" --nofilter=path", quote_shell(global_path), option); global_path 819 htags/fileindex.c snprintf(command, sizeof(command), PQUOTE "%s -gnx --encode-path=\" \t\" \"^[ \t]*(#[ \t]*(import|include)|include[ \t]*\\()\"" PQUOTE, quote_shell(global_path)); global_path 90 htags/htags.c char global_path[MAXFILLEN]; global_path 494 htags/htags.c {"@globalpath@", global_path}, global_path 1110 htags/htags.c snprintf(buf, sizeof(buf), PQUOTE "%s --result=ctags-xid --encode-path=\" \t\" --nofilter=path %s" PQUOTE, quote_shell(global_path), main_func); global_path 1197 htags/htags.c strlimcpy(global_path, p, sizeof(global_path)); global_path 77 htags/htags.h extern char global_path[MAXFILLEN];