Home
last modified time | relevance | path

Searched refs:N_HELP (Results 1 – 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
Dpcre2grep.c402 #define N_HELP (-4) macro
427 { OP_NODATA, N_HELP, NULL, "help", "display this help and exit" },
3581 case N_HELP: help(); pcre2grep_exit(0); break; /* Stops compiler warning */ in handle_option()