PQUOTE 101 htags/defineindex.c snprintf(command, sizeof(command), PQUOTE "%s -c" PQUOTE, quote_shell(global_path)); PQUOTE 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)); PQUOTE 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); PQUOTE 1447 htags/htags.c snprintf(command, sizeof(command), PQUOTE "%s --config" PQUOTE, quote_shell(gtags_path));