Home
last modified time | relevance | path

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

/external/u-boot/include/
Dsearch.h103 #define H_HIDE_DOT (1 << 3) /* don't print env vars that begin with '.' */ macro
/external/u-boot/cmd/
Dnvedit.c129 int env_flag = H_HIDE_DOT; in do_env_print()
139 env_flag &= ~H_HIDE_DOT; in do_env_print()
153 env_flag &= ~H_HIDE_DOT; in do_env_print()
/external/u-boot/lib/
Dhashtable.c629 if ((flag & H_HIDE_DOT) && ep->key[0] == '.') in hexport_r()