Home
last modified time | relevance | path

Searched refs:tflags (Results 1 – 9 of 9) sorted by relevance

/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c67 void sh_deparse(Sfio_t *out, const Shnode_t *t,int tflags) in sh_deparse() argument
70 p_tree(t,tflags); in sh_deparse()
75 static void p_tree(register const Shnode_t *t,register int tflags) in p_tree() argument
79 int needbrace = (tflags&NEED_BRACE); in p_tree()
80 tflags &= ~NEED_BRACE; in p_tree()
81 if(tflags&NO_NEWLINE) in p_tree()
93 p_tree(t->par.partre,tflags); in p_tree()
106 tflags |= NEED_BRACE; in p_tree()
108 tflags = NO_NEWLINE|NEED_BRACE; in p_tree()
109 p_tree(t->fork.forktre,tflags); in p_tree()
[all...]
H A Dxec.c1232 int tflags = 1; in sh_exec() local
1234 tflags |= 2; in sh_exec()
1248 sh_trace(shp,com-command,tflags); in sh_exec()
1256 sh_trace(shp,com-command,tflags); in sh_exec()
/titanic_51/usr/src/lib/libshell/common/sh/
H A Ddeparse.c67 void sh_deparse(Sfio_t *out, const Shnode_t *t,int tflags) in sh_deparse() argument
70 p_tree(t,tflags); in sh_deparse()
75 static void p_tree(register const Shnode_t *t,register int tflags) in p_tree() argument
79 int needbrace = (tflags&NEED_BRACE); in p_tree()
80 tflags &= ~NEED_BRACE; in p_tree()
81 if(tflags&NO_NEWLINE) in p_tree()
93 p_tree(t->par.partre,tflags); in p_tree()
106 tflags |= NEED_BRACE; in p_tree()
108 tflags = NO_NEWLINE|NEED_BRACE; in p_tree()
109 p_tree(t->fork.forktre,tflags); in p_tree()
[all …]
H A Dxec.c843 int tflags = 1; in sh_exec() local
845 tflags |= 2; in sh_exec()
855 sh_trace(com-command,tflags); in sh_exec()
861 sh_trace(com-command,tflags); in sh_exec()
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.c237 int tflags = mdb_tgt_getflags(mdb.m_target); in print_properties() local
318 if (tflags & MDB_TGT_F_RDWR) in print_properties()
322 if (tflags & MDB_TGT_F_ALLOWIO) in print_properties()
324 if (tflags & MDB_TGT_F_FORCE) in print_properties()
326 if (tflags & MDB_TGT_F_PRELOAD) in print_properties()
328 if (tflags & MDB_TGT_F_NOLOAD) in print_properties()
330 if (tflags & MDB_TGT_F_NOSTOP) in print_properties()
346 int tflags = 0; in cmd_set() local
406 tflags = mdb_tgt_getflags(mdb.m_target); in cmd_set()
409 tflags | in cmd_set()
[all...]
H A Dmdb_rawfile.c224 rf_print_map(mdb_io_t *io, const char *type, int tflags, in rf_print_map() argument
236 if (tflags & MDB_TGT_F_RDWR) in rf_print_map()
/titanic_51/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfset.c38 reg int oflags, tflags, rv; local
49 { tflags = (SF_LINE|SF_WCWIDTH);
50 f->flags |= tflags;
52 else tflags = 0;
54 if(tflags)
55 f->flags &= ~tflags;
/titanic_51/usr/src/cmd/sgs/rtld/mdbmod/common/
H A Drtld.msg340 @ MSG_LMLIST_LINE5 " tflags: 0x%08x\n"
381 \t tflags: 0x00000000\n\
396 \t tflags: 0x00000000\n\
407 \t tflags: 0x00000000\n"
/titanic_51/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1301 uint32_t tflags; in dt_aggregate_total() local
1303 tflags = DTRACE_A_TOTAL | DTRACE_A_HASNEGATIVES | DTRACE_A_HASPOSITIVES; in dt_aggregate_total()
1319 aggdata->dtada_flags &= ~tflags; in dt_aggregate_total()
1396 aggdata->dtada_flags |= (t->dtada_flags & tflags); in dt_aggregate_total()