Searched refs:t_op (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/bin/dd/
H A Dposition.c130 struct mtop t_op; local
149 t_op.mt_op = MTFSR;
150 t_op.mt_count = out.offset;
152 if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) < 0)
172 t_op.mt_op = MTBSR;
173 t_op.mt_count = 1;
174 if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) == -1)
/netbsd-current/lib/libcurses/
H A Dsetterm.c159 const char *t_op = t_orig_pair(screen->term); local
164 if (t_op != NULL) {
165 if (does_esc_m(t_op))
169 if (t_esm != NULL && !strcmp(t_op, t_esm))
172 if (t_eum != NULL && !strcmp(t_op, t_eum))
175 if (t_eam != NULL && !strcmp(t_op, t_eam))
208 if (t_op != NULL && !strcmp(t_eum, t_op))
228 if (t_op != NULL && !strcmp(t_esm, t_op))
[all...]
/netbsd-current/bin/test/
H A Dtest.c103 struct t_op { struct
108 static const struct t_op cop[] = {
119 static const struct t_op cop2[] = {
123 static const struct t_op mop3[] = {
135 static const struct t_op mop2[] = {
167 static struct t_op const *t_wp_op;
180 static struct t_op const *findop(const char *);
347 static struct t_op const *op;
371 static struct t_op const *op;
508 struct t_op cons
[all...]
/netbsd-current/bin/ksh/
H A Dc_test.c45 struct t_op { struct
49 static const struct t_op u_ops [] = {
76 static const struct t_op b_ops [] = {
200 const struct t_op *otab;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dconstraint-manager.cc368 eval_constraint_op_for_op (enum constraint_op c_op, enum tree_code t_op) argument
375 if (t_op == EQ_EXPR)
377 if (t_op == NE_EXPR)
381 if (t_op == LT_EXPR || t_op == LE_EXPR || t_op == NE_EXPR)
383 if (t_op == EQ_EXPR || t_op == GT_EXPR || t_op == GE_EXPR)
387 if (t_op
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Darc-dis.c263 const struct arc_opcode *t_op = NULL; local
366 t_op = opcode;
383 return t_op;
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Darc-dis.c263 const struct arc_opcode *t_op = NULL; local
366 t_op = opcode;
383 return t_op;
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Darc-dis.c263 const struct arc_opcode *t_op = NULL; local
366 t_op = opcode;
383 return t_op;
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dconstraint-manager.cc1288 eval_constraint_op_for_op (enum constraint_op c_op, enum tree_code t_op) argument
1295 if (t_op == EQ_EXPR)
1297 if (t_op == NE_EXPR)
1301 if (t_op == LT_EXPR || t_op == LE_EXPR || t_op == NE_EXPR)
1303 if (t_op == EQ_EXPR || t_op == GT_EXPR || t_op == GE_EXPR)
1307 if (t_op
[all...]
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Darc-dis.c263 const struct arc_opcode *t_op = NULL; local
366 t_op = opcode;
384 return t_op;

Completed in 164 milliseconds