Searched refs:OPT_ANCHOR (Results 1 – 1 of 1) sorted by relevance
83 #define OPT_ANCHOR (opt & (1 << OPTBIT_X)) macro155 xregcomp(&re_buffer, argv[0], OPT_ANCHOR ? REG_EXTENDED : (REG_EXTENDED|REG_NOSUB)); in pgrep_main()217 if (match && OPT_ANCHOR) { in pgrep_main()