Searched refs:H_MATCH_DATA (Results 1 – 3 of 3) sorted by relevance
114 #define H_MATCH_DATA (1 << 5) /* search/grep data = variable values */ macro115 #define H_MATCH_BOTH (H_MATCH_KEY | H_MATCH_DATA) /* search/grep both */
581 if (flag & H_MATCH_DATA) { in match_entry()
177 grep_what = H_MATCH_DATA; in do_env_grep()