Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcregrep.c309 #define N_HELP (-4) macro
330 { OP_NODATA, N_HELP, NULL, "help", "display this help and exit" },
2351 case N_HELP: help(); pcregrep_exit(0); in handle_option()