Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds