Home
last modified time | relevance | path

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

/busybox-1.35.0/procps/
Dpgrep.c83 #define OPT_ANCHOR (opt & (1 << OPTBIT_X)) macro
155 xregcomp(&re_buffer, argv[0], OPT_ANCHOR ? REG_EXTENDED : (REG_EXTENDED|REG_NOSUB)); in pgrep_main()
217 if (match && OPT_ANCHOR) { in pgrep_main()