Searched refs:H_HIDE_DOT (Results 1 – 3 of 3) sorted by relevance
114 #define H_HIDE_DOT (1 << 3) /* don't print env vars that begin with '.' */ macro
132 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()
641 if ((flag & H_HIDE_DOT) && ep->key[0] == '.') in hexport_r()
Completed in 9 milliseconds