Home
last modified time | relevance | path

Searched defs:_Name (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h421 struct _Name { struct
424 struct {
427 struct {
441 short colon_splits;
449 short conditional_cnt;
460 Boolean is_member:1;
473 Doname state:3;
474 Separator colons:3;
495 Boolean has_built:1;
506 Boolean parallel:1;
[all …]
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDevicePath.h254 #define EISA_ID(_Name, _Num) ((UINT32)((_Name) | (_Num) << 16)) argument