Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2grep.c329 #define N_HELP (-4) macro
350 { OP_NODATA, N_HELP, NULL, "help", "display this help and exit" },
2672 case N_HELP: help(); pcre2grep_exit(0); in handle_option()