Home
last modified time | relevance | path

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

/titanic_41/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_41/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 |= MDB_TGT_F_RDWR; 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_41/usr/src/cmd/mandoc/
H A Dmain.c314 moptions(enum mparset *tflags, char *arg) in moptions() argument
318 *tflags = MPARSE_MDOC; in moptions()
320 *tflags = MPARSE_AUTO; in moptions()
322 *tflags = MPARSE_MAN; in moptions()
/titanic_41/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_41/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()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_vnops.c7966 int tflags = (flags & ~(B_ASYNC|B_DONTNEED)); in cachefs_putpage_common() local
8005 if ((cp->c_ioflags & CIO_PUTPAGES) == 0 || tflags != 0) { in cachefs_putpage_common()
8008 if (tflags == 0) { in cachefs_putpage_common()