Searched refs:ON (Results 1 - 25 of 108) sorted by relevance

12345

/freebsd-12-stable/contrib/dialog/samples/
H A Dchecklist19 "Dog" "No, that's not my dog." ON \
H A Dchecklist119 "Dog" "No, that's not my dog." ON \
H A Dradiolist19 "Dog" "No, that's not my dog." ON \
H A Dchecklist-utf821 "���������" "No, that's not my ���������." ON \
H A Dchecklist1119 "Dog" "No1, that's not my dog." ON \
H A Dchecklist1219 Dog:No, that's not my dog.:ON
H A Dchecklist219 "Dog" "No, that's not my dog." ON "not a fruit" \
H A Dchecklist319 "Dog" "No, that's not my dog. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ON "not a fruit" \
H A Dchecklist419 "Dog" "No, that's not my dog. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ON "not a fruit" \
H A Dchecklist519 "Dog" "No, that's not my dog. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ON "not a fruit" \
H A Dchecklist620 "Dog" "No, that's not my dog. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ON "not a fruit" \
H A Dchecklist724 "Dog" "No, that's not my dog. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ON "not a fruit" \
H A Dchecklist823 "Dog" "No, that's not my dog. xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" ON \
H A Dradiolist119 "Dog" "No, that's not my dog." ON \
H A Dradiolist221 "Dog" "No, that's not my dog." ON \
H A Dradiolist321 "Dog" "No, that's not my dog." ON "Hint: this likes trees" \
H A Dchecklist-8bit21 "`./rotated-data 1 $SAMPLE`" "No, that's not my `./rotated-data 1 $SAMPLE`." ON \
H A Dradiolist421 "Dog" "No, that's not my dog." ON "Hint: this likes trees" \
/freebsd-12-stable/contrib/googletest/ci/
H A Dtravis.sh34 cmake -Dgtest_build_samples=ON \
35 -Dgtest_build_tests=ON \
36 -Dgmock_build_tests=ON \
/freebsd-12-stable/usr.bin/indent/
H A Dargs.c32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
69 #define ON 1 /* turn it on */ macro
105 {"bacc", PRO_BOOL, false, ON, &opt.blanklines_around_conditional_compilation},
106 {"badp", PRO_BOOL, false, ON, &opt.blanklines_after_declarations_at_proctop},
107 {"bad", PRO_BOOL, false, ON, &opt.blanklines_after_declarations},
108 {"bap", PRO_BOOL, false, ON, &opt.blanklines_after_procs},
109 {"bbb", PRO_BOOL, false, ON, &opt.blanklines_before_blockcomments},
112 {"br", PRO_BOOL, true, ON, &opt.btype_2},
113 {"bs", PRO_BOOL, false, ON, &opt.Bill_Shannon},
114 {"cdb", PRO_BOOL, true, ON,
[all...]
/freebsd-12-stable/tools/test/testfloat/sparc64/
H A Dsystflags.c21 * CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
53 #pragma STDC FENV_ACCESS ON
/freebsd-12-stable/usr.sbin/timed/timedc/
H A Dtimedc.h26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
46 #define ON 1 macro
/freebsd-12-stable/sbin/hastd/
H A Dtoken.l28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
71 on { DP; return ON; }
/freebsd-12-stable/contrib/tcsh/
H A Dtw.h27 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
73 #define ON 1 macro
/freebsd-12-stable/usr.sbin/rrenumd/
H A Dparser.y28 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
101 %token <num> ON OFF
469 if ($4 == ON) {
483 if ($5 == ON) {
492 if ($6 == ON) {
496 if ($7 == ON) {
583 ON { $$ = ON; }

Completed in 97 milliseconds

12345