Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dnvedit.c161 int len, grep_how, grep_what; in do_env_grep() local
167 grep_what = H_MATCH_BOTH; /* default: grep names and values */ in do_env_grep()
179 grep_what = H_MATCH_KEY; in do_env_grep()
182 grep_what = H_MATCH_DATA; in do_env_grep()
185 grep_what = H_MATCH_BOTH; in do_env_grep()
197 flag | grep_what | grep_how, in do_env_grep()