Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dmain.c140 p_FLAG | t_FLAG | x_FLAG)) != 0; in main()
253 cmd_info->opt_flgs |= t_FLAG; in setup()
351 s_FLAG | t_FLAG | p_FLAG | m_FLAG | x_FLAG)) == 0) { in setup()
H A Dinc.h120 #define t_FLAG 0x00000800 macro
H A Dcmd.c482 if ((cmd_info->opt_flgs & (t_FLAG | v_FLAG)) == in tcmd()
483 (t_FLAG | v_FLAG)) { in tcmd()
500 if (cmd_info->opt_flgs & t_FLAG) { in tcmd()
H A Dfile.c382 if ((cmd_info->opt_flgs & (t_FLAG | s_FLAG)) != t_FLAG) { in getfile()
/illumos-gate/usr/src/tools/scripts/
H A Dnightly768 +t ) t_FLAG=n
1347 if [[ "$t_FLAG" == "y" ]]; then
1558 if [[ "$t_FLAG" == "y" ]]; then
1633 if [[ "$t_FLAG" == "y" ]]; then
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap.c112 #define t_FLAG 't' macro
2682 f[f_FLAG] != NULL && f[t_FLAG] != NULL || in do_remove_name_mapping()
2686 argc == 2 && (f[f_FLAG] != NULL || f[t_FLAG] != NULL)) { in do_remove_name_mapping()
2711 else if (f[t_FLAG] != NULL) in do_remove_name_mapping()