Home
last modified time | relevance | path

Searched refs:CHOICE (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dfieldtype.c106 if (Status(left, CHOICE) || Status(right, CHOICE)) in link_fieldtype()
107 Set(t, CHOICE); in link_fieldtype()
153 Set(t, CHOICE); in set_fieldtype_choice()
276 if (!t || !Status(t, CHOICE)) in _nextchoice()
290 if (!t || !Status(t, CHOICE)) in _prevchoice()
H A Dty_enum.c65 ARGS | CHOICE, /* status */
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ldap.c407 #define CHOICE 0x0200 macro
458 static asndefT filter = {"Filter", CHOICE, -1, 10, {
506 static asndefT authChoice = {"Authentication Choice", CHOICE, -1, 2, {
672 static asndefT protocolOp = {"Protocol Op", CHOICE, -1, 20, {
964 case CHOICE: in decpdu()
1072 ASNDESC->son[ai].sondef->type == CHOICE) { in decpdu()
1145 ASNDESC->son[ai].sondef->type == CHOICE) { in decpdu()
/illumos-gate/usr/src/cmd/svc/configd/
H A Drestore_repository.sh178 CHOICE ACTION
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dutility.h64 #define CHOICE 0x0004 /* has choice functions */ macro