HomeSort by: relevance | last modified time | path
    Searched defs:t_op (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/dd/
position.c 130 struct mtop t_op; local in function:pos_out
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)
  /src/lib/libcurses/
setterm.c 159 const char *t_op = t_orig_pair(screen->term); local in function:_cursesi_setterm
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...]
  /src/bin/ksh/
c_test.c 45 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;
  /src/bin/test/
test.c 103 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 const *op
    [all...]

Completed in 14 milliseconds