Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dsearch.h113 #define H_HIDE_DOT (1 << 3) /* don't print env vars that begin with '.' */ macro
/OK3568_Linux_fs/u-boot/cmd/
H A Dnvedit.c122 int env_flag = H_HIDE_DOT; in do_env_print()
127 env_flag &= ~H_HIDE_DOT; in do_env_print()
141 env_flag &= ~H_HIDE_DOT; in do_env_print()
/OK3568_Linux_fs/u-boot/lib/
H A Dhashtable.c621 if ((flag & H_HIDE_DOT) && ep->key[0] == '.') in hexport_r()