HomeSort by: relevance | last modified time | path
    Searched refs:queries (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/xlint/lint1/
makeman 56 queries="$(list_messages "$2" "Q")"
116 $queries
err.c 733 static const char *queries[] = { variable in typeref:typename:const char * []
734 "", /* unused, to make queries 1-based */
762 // queries are enabled. Function calls in message details don't need to be
765 bool is_query_enabled[sizeof(queries) / sizeof(queries[0])];
779 (void)vfprintf(out, queries[query_id], ap);
793 id >= sizeof(queries) / sizeof(queries[0]) ||
794 queries[id][0] == '\0')
README.md 65 * The option `-q` enables additional queries that are not suitable as regular

Completed in 17 milliseconds