Searched refs:UNSET (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dgenmodes.c245 enum requirement { SET, UNSET, OPTIONAL }; enumerator in enum:requirement
255 case UNSET: \
309 validate_mode (m, UNSET, UNSET, UNSET, UNSET, UNSET);
320 validate_mode (m, UNSET, UNSET, UNSET, UNSE
[all...]
/freebsd-11-stable/sbin/ggate/ggatel/
H A Dggatel.c52 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator in enum:__anon4792
324 case UNSET:
/freebsd-11-stable/sbin/mdconfig/
H A Dmdconfig.c60 static enum {UNSET, ATTACH, DETACH, RESIZE, LIST} action = UNSET; enumerator in enum:__anon4812
118 if (action != UNSET && action != ATTACH)
124 if (action != UNSET && action != DETACH)
131 if (action != UNSET && action != RESIZE)
138 if (action != UNSET && action != LIST)
252 if (action == UNSET)
/freebsd-11-stable/usr.bin/su/
H A Dsu.c135 enum tristate { UNSET, YES, NO }; enumerator in enum:tristate
178 iscsh = UNSET;
388 iscsh = UNSET;
396 if (iscsh == UNSET) {
/freebsd-11-stable/sbin/ggate/ggatec/
H A Dggatec.c60 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator in enum:__anon1
659 case UNSET:
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java884 quiet = (dtrace.getOption(Option.quiet) != Option.UNSET);
885 flow = (dtrace.getOption(Option.flowindent) != Option.UNSET);
887 if (optval != Option.UNSET) {
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-desc.c2510 #define UNSET (CGEN_SIZE_UNKNOWN + 1) macro
2511 cd->default_insn_bitsize = UNSET;
2512 cd->base_insn_bitsize = UNSET;
2522 if (cd->default_insn_bitsize == UNSET)
2531 if (cd->base_insn_bitsize == UNSET)

Completed in 102 milliseconds