Searched refs:any_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/byacc/test/
H A Dgrammar.y77 any_id identifier_or_ref
678 : struct_or_union any_id braces
692 | struct_or_union any_id
743 : enumeration any_id braces
757 | enumeration any_id
772 any_id
911 : any_id
916 | identifier_list ',' any_id
923 : any_id
927 | '&' any_id
[all...]
/freebsd-11.0-release/sys/dev/usb/
H A Dusb_hid.c571 uint8_t any_id; local
573 any_id = 0;
580 if ((h.report_ID != 0) && !any_id) {
583 any_id = 1;
604 if (any_id)

Completed in 62 milliseconds