Searched refs:t_op (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/bin/dd/ |
| D | position.c | 130 struct mtop t_op; in pos_out() local 149 t_op.mt_op = MTFSR; in pos_out() 150 t_op.mt_count = out.offset; in pos_out() 152 if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) < 0) in pos_out() 172 t_op.mt_op = MTBSR; in pos_out() 173 t_op.mt_count = 1; in pos_out() 174 if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) == -1) in pos_out()
|
| /netbsd/src/bin/test/ |
| D | test.c | 103 struct t_op { struct 108 static const struct t_op cop[] = { argument 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; in two_arg() 371 static struct t_op const *op; in three_arg() 508 struct t_op const *op; in binop() [all …]
|
| /netbsd/src/lib/libcurses/ |
| D | setterm.c | 159 const char *t_op = t_orig_pair(screen->term); in _cursesi_setterm() local 164 if (t_op != NULL) { in _cursesi_setterm() 165 if (does_esc_m(t_op)) in _cursesi_setterm() 169 if (t_esm != NULL && !strcmp(t_op, t_esm)) in _cursesi_setterm() 172 if (t_eum != NULL && !strcmp(t_op, t_eum)) in _cursesi_setterm() 175 if (t_eam != NULL && !strcmp(t_op, t_eam)) in _cursesi_setterm() 208 if (t_op != NULL && !strcmp(t_eum, t_op)) in _cursesi_setterm() 228 if (t_op != NULL && !strcmp(t_esm, t_op)) in _cursesi_setterm()
|
| /netbsd/src/bin/ksh/ |
| D | c_test.c | 45 struct t_op { struct 49 static const struct t_op u_ops [] = { argument 76 static const struct t_op b_ops [] = { 200 const struct t_op *otab;
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | arc-dis.c | 263 const struct arc_opcode *t_op = NULL; in find_format_from_table() local 366 t_op = opcode; in find_format_from_table() 384 return t_op; in find_format_from_table()
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | arc-dis.c | 263 const struct arc_opcode *t_op = NULL; in find_format_from_table() local 366 t_op = opcode; in find_format_from_table() 384 return t_op; in find_format_from_table()
|