Symbol: touch
sys/dev/bluetooth/btmagic.c
1285
} touch = {
sys/dev/bluetooth/btmagic.c
1342
id = hid_get_udata(data, &touch.id);
sys/dev/bluetooth/btmagic.c
1343
az = hid_get_data(data, &touch.aZ);
sys/dev/bluetooth/btmagic.c
1344
aw = hid_get_data(data, &touch.aW);
sys/dev/bluetooth/btmagic.c
1355
switch (hid_get_udata(data, &touch.phase)) {
sys/dev/bluetooth/btmagic.c
1384
if (hid_get_udata(data, &touch.pressure) > sc->sc_firm)
sys/kern/kern_event.c
2284
int timeout, error, touch, rv, influx;
sys/kern/kern_event.c
2448
touch = (!(kn->kn_fop->f_flags & FILTEROP_ISFD) &&
sys/kern/kern_event.c
2452
if (touch) {
sys/kern/kern_event.c
2480
if (touch == 0) {
usr.bin/mail/cmd1.c
279
touch(mp);
usr.bin/mail/cmd1.c
507
touch(mp);
usr.bin/mail/cmd2.c
186
touch(mp);
usr.bin/mail/cmd2.c
327
touch(mp);
usr.bin/mail/cmd2.c
377
touch(dot);
usr.bin/mail/cmd2.c
401
touch(dot);
usr.bin/mail/cmd2.c
629
touch(mp);
usr.bin/mail/cmd3.c
316
touch(mp);
usr.bin/mail/cmd3.c
384
touch(mp);
usr.bin/mail/collect.c
244
touch(mp);
usr.bin/mail/edit.c
184
touch(mp);
usr.bin/mail/extern.h
301
void touch(struct message *);
usr.bin/mail/thread.c
1140
touch(mp);
usr.bin/mail/thread.c
1762
touch(mp);
usr.bin/make/compat.c
583
if (!opts.touch || (gn->type & OP_MAKE)) {
usr.bin/make/job.c
1768
(!opts.noExecute && !opts.touch)) {
usr.bin/make/job.c
2477
if (runINTERRUPT && !opts.touch) {
usr.bin/make/main.c
1096
opts.touch = false;
usr.bin/make/main.c
567
opts.touch = true;
usr.bin/make/make.h
765
bool touch;
usr.sbin/lpr/lpc/cmds.c
1000
if (touch(*qq) == 0) {
usr.sbin/lpr/lpc/cmds.c
80
static int touch(struct queue *);
usr.sbin/lpr/lpc/cmds.c
978
if (touch(*qq) == 0) {