usr.bin/mt/mt.c
133
{ "weof", MTWEOF, 0, ZERO_ALLOWED },
usr.bin/mt/mt.c
134
{ "weofi", MTWEOFI, 0, ZERO_ALLOWED },
usr.bin/mt/mt.c
135
{ "erase", MTERASE, 0, ZERO_ALLOWED},
usr.bin/mt/mt.c
136
{ "blocksize", MTSETBSIZ, 0, NEED_2ARGS|ZERO_ALLOWED },
usr.bin/mt/mt.c
137
{ "density", MTSETDNSTY, 0, NEED_2ARGS|ZERO_ALLOWED|IS_DENSITY },
usr.bin/mt/mt.c
144
{ "comp", MTCOMP, 0, NEED_2ARGS|ZERO_ALLOWED|IS_COMP },
usr.bin/mt/mt.c
148
{ "sethpos", MTIOCHLOCATE, 0, NEED_2ARGS|ZERO_ALLOWED },
usr.bin/mt/mt.c
149
{ "setspos", MTIOCSLOCATE, 0, NEED_2ARGS|ZERO_ALLOWED },
usr.bin/mt/mt.c
151
{ "setmodel", MTIOCSETEOTMODEL, 0, NEED_2ARGS|ZERO_ALLOWED },
usr.bin/mt/mt.c
152
{ "seteotmodel", MTIOCSETEOTMODEL, 0, NEED_2ARGS|ZERO_ALLOWED },
usr.bin/mt/mt.c
274
((comp->c_flags & ZERO_ALLOWED)? -1: 0))