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