Searched refs:semind_search_path (Results 1 – 1 of 1) sorted by relevance
52 static char *semind_search_path = NULL; variable392 semind_search_path = optarg; in parse_cmdline_search()1073 if (semind_search_path) { in command_search()1074 if (query_appendf(query, " AND file.name GLOB %Q", semind_search_path) < 0) in command_search()1105 …if (query_appendf(query, " ORDER BY file.name, semind.line, semind.column ASC", semind_search_path… in command_search()