Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_set.c242 int tflags = mdb_tgt_getflags(mdb.m_target); in print_properties() local
332 if (tflags & MDB_TGT_F_RDWR) in print_properties()
336 if (tflags & MDB_TGT_F_ALLOWIO) in print_properties()
338 if (tflags & MDB_TGT_F_FORCE) in print_properties()
340 if (tflags & MDB_TGT_F_PRELOAD) in print_properties()
342 if (tflags & MDB_TGT_F_NOLOAD) in print_properties()
344 if (tflags & MDB_TGT_F_NOSTOP) in print_properties()
362 int tflags = 0; in cmd_set() local
422 tflags = mdb_tgt_getflags(mdb.m_target); in cmd_set()
425 tflags |= MDB_TGT_F_RDWR; in cmd_set()
[all …]
H A Dmdb_rawfile.c229 rf_print_map(mdb_io_t *io, const char *type, int tflags, in rf_print_map() argument
241 if (tflags & MDB_TGT_F_RDWR) in rf_print_map()
/illumos-gate/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;
/illumos-gate/usr/src/cmd/mandoc/
H A Dhtml.c634 int style_written, tflags; in print_otag() local
636 tflags = htmltags[tag].flags; in print_otag()
640 if ((tflags & HTML_INPHRASE) == 0) { in print_otag()
654 } else if (tflags & HTML_TOPHRASE && h->tag->tag == TAG_SECTION) in print_otag()
659 if ((tflags & HTML_NOSTACK) == 0) { in print_otag()
669 if (tflags & HTML_NLBEFORE) in print_otag()
779 if (tflags & HTML_NLBEGIN) in print_otag()
784 if (tflags & HTML_INDENT) in print_otag()
786 if (tflags & HTML_NOINDENT) in print_otag()
838 int tflags; in print_ctag() local
[all …]
/illumos-gate/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"
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c1307 uint32_t tflags; in dt_aggregate_total() local
1309 tflags = DTRACE_A_TOTAL | DTRACE_A_HASNEGATIVES | DTRACE_A_HASPOSITIVES; in dt_aggregate_total()
1325 aggdata->dtada_flags &= ~tflags; in dt_aggregate_total()
1402 aggdata->dtada_flags |= (t->dtada_flags & tflags); in dt_aggregate_total()