Symbol: t_op
bin/dd/position.c
130
struct mtop t_op;
bin/dd/position.c
149
t_op.mt_op = MTFSR;
bin/dd/position.c
150
t_op.mt_count = out.offset;
bin/dd/position.c
152
if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) < 0)
bin/dd/position.c
172
t_op.mt_op = MTBSR;
bin/dd/position.c
173
t_op.mt_count = 1;
bin/dd/position.c
174
if (ddop_ioctl(out, out.fd, MTIOCTOP, &t_op) == -1)
bin/ksh/c_test.c
200
const struct t_op *otab;
bin/ksh/c_test.c
49
static const struct t_op u_ops [] = {
bin/ksh/c_test.c
76
static const struct t_op b_ops [] = {
bin/test/test.c
108
static const struct t_op cop[] = {
bin/test/test.c
119
static const struct t_op cop2[] = {
bin/test/test.c
123
static const struct t_op mop3[] = {
bin/test/test.c
135
static const struct t_op mop2[] = {
bin/test/test.c
167
static struct t_op const *t_wp_op;
bin/test/test.c
180
static struct t_op const *findop(const char *);
bin/test/test.c
347
static struct t_op const *op;
bin/test/test.c
371
static struct t_op const *op;
bin/test/test.c
508
struct t_op const *op;
bin/test/test.c
767
#define VTOC(x) (const unsigned char *)((const struct t_op *)x)->op_text
bin/test/test.c
788
static struct t_op const *
bin/test/test.c
817
struct t_op const *op;
bin/test/test.c
838
struct t_op const *op;
lib/libcurses/setterm.c
159
const char *t_op = t_orig_pair(screen->term);
lib/libcurses/setterm.c
164
if (t_op != NULL) {
lib/libcurses/setterm.c
165
if (does_esc_m(t_op))
lib/libcurses/setterm.c
169
if (t_esm != NULL && !strcmp(t_op, t_esm))
lib/libcurses/setterm.c
172
if (t_eum != NULL && !strcmp(t_op, t_eum))
lib/libcurses/setterm.c
175
if (t_eam != NULL && !strcmp(t_op, t_eam))
lib/libcurses/setterm.c
208
if (t_op != NULL && !strcmp(t_eum, t_op))
lib/libcurses/setterm.c
228
if (t_op != NULL && !strcmp(t_esm, t_op))