Searched refs:OFF (Results 1 - 25 of 36) sorted by relevance

12

/freebsd-10-stable/contrib/dialog/samples/
H A Dchecklist1120 "Dog2" "No2, that's not my dog." OFF \
21 "Dog3" "No3, that's not my dog." OFF \
22 "Dog4" "No4, that's not my dog." OFF \
23 "Dog5" "No5, that's not my dog." OFF \
24 "Dog6" "No6, that's not my dog." OFF \
/freebsd-10-stable/usr.sbin/spkrtest/
H A Dspkrtest.sh57 reveille "Reveille" OFF \
58 contact "Contact theme from Close Encounters" OFF \
59 dance "Lord of the Dance (aka Simple Gifts)" OFF \
60 loony "Loony Toons theme" OFF \
61 sinister "Standard villain's entrance music" OFF \
62 rightstuff "A trope from 'The Right Stuff' score by Bill Conti" OFF \
63 toccata "Opening bars of Bach's Toccata and Fugue in D Minor" OFF \
64 startrek "Opening bars of the theme from Star Trek Classic" OFF \
/freebsd-10-stable/usr.bin/indent/
H A Dargs.c67 #define OFF 0 /* turn it off */ macro
99 {"bc", PRO_BOOL, true, OFF, &ps.leave_comma},
100 {"bl", PRO_BOOL, true, OFF, &btype_2},
129 {"nbacc", PRO_BOOL, false, OFF, &blanklines_around_conditional_compilation},
130 {"nbadp", PRO_BOOL, false, OFF, &blanklines_after_declarations_at_proctop},
131 {"nbad", PRO_BOOL, false, OFF, &blanklines_after_declarations},
132 {"nbap", PRO_BOOL, false, OFF, &blanklines_after_procs},
133 {"nbbb", PRO_BOOL, false, OFF, &blanklines_before_blockcomments},
135 {"nbs", PRO_BOOL, false, OFF, &Bill_Shannon},
136 {"ncdb", PRO_BOOL, true, OFF,
[all...]
/freebsd-10-stable/sys/dev/hatm/
H A Dif_hatmvar.h472 #define READ4(SC,OFF) bus_space_read_4(SC->memt, SC->memh, (OFF))
473 #define READ2(SC,OFF) bus_space_read_2(SC->memt, SC->memh, (OFF))
474 #define READ1(SC,OFF) bus_space_read_1(SC->memt, SC->memh, (OFF))
476 #define WRITE4(SC,OFF,VAL) bus_space_write_4(SC->memt, SC->memh, (OFF), (VAL))
477 #define WRITE2(SC,OFF,VAL) bus_space_write_2(SC->memt, SC->memh, (OFF), (VA
[all...]
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-cr16.h62 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \
63 cr16_cons_fix_new (FRAG, OFF, LEN, EXP)
H A Dtc-alpha.h76 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) \
77 fix_new_exp (FRAG, OFF, (int)LEN, EXP, 0, \
H A Dtc-i386.h203 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) x86_cons_fix_new(FRAG, OFF, LEN, EXP)
/freebsd-10-stable/usr.sbin/timed/timedc/
H A Dtimedc.h45 #define OFF 0 macro
H A Dcmds.c452 onflag = OFF;
/freebsd-10-stable/lib/libelf/
H A Delf_types.m455 `OFF, Off, 600102',
80 * ADDR{32,64}, OFF{32,64}, SWORD, XWORD, SXWORD.
113 `e_phoff, OFF',
114 `e_shoff, OFF',
130 `e_phoff, OFF',
131 `e_shoff, OFF',
159 `p_offset, OFF',
171 `p_offset, OFF',
206 `sh_offset, OFF',
219 `sh_offset, OFF',
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dinffast.c27 # define OFF 0 macro
30 # define OFF 1 macro
101 in = strm->next_in - OFF;
103 out = strm->next_out - OFF;
196 from = window - OFF;
215 from = window - OFF;
296 strm->next_in = in + OFF;
297 strm->next_out = out + OFF;
/freebsd-10-stable/sys/dev/fatm/
H A Dif_fatmvar.h326 #define WRITE4(SC, OFF, VAL) bus_space_write_4(SC->memt, SC->memh, OFF, VAL)
327 #define WRITE1(SC, OFF, VAL) bus_space_write_1(SC->memt, SC->memh, OFF, VAL)
329 #define READ4(SC, OFF) bus_space_read_4(SC->memt, SC->memh, OFF)
330 #define READ1(SC, OFF) bus_space_read_1(SC->memt, SC->memh, OFF)
/freebsd-10-stable/sbin/hastd/
H A Dtoken.l70 off { DP; return OFF; }
H A Dparse.y88 %token TIMEOUT EXEC RESOURCE NAME LOCAL REMOTE SOURCE ON OFF
378 OFF { $$ = 0; }
/freebsd-10-stable/contrib/tcsh/
H A Dtw.h75 #define OFF 0 macro
H A Dsh.file.c48 #define OFF 0 macro
683 setup_tty(OFF);
/freebsd-10-stable/contrib/ntp/util/
H A Dtg.c69 #define OFF 0 /* zero amplitude */ macro
542 peep(1000 - arg, tone, OFF);
591 peep(25, tone, OFF);
593 peep(1000 - code, 100, OFF);
609 if (amp == OFF || freq == 0)
H A Dtg2.c243 #define OFF (0) /* zero amplitude */ macro
1941 peep( 990 - arg, HourTone, OFF);
1951 peep(1010 - arg, HourTone, OFF);
1960 peep(1000 - arg, HourTone, OFF);
1973 peep( 990 - arg, tone, OFF);
1983 peep(1010 - arg, tone, OFF);
1992 peep(1000 - arg, tone, OFF);
2210 peep(25, tone, OFF);
2216 peep( 990 - code, 100, OFF);
2227 peep(1010 - code, 100, OFF);
[all...]
/freebsd-10-stable/usr.sbin/timed/timed/
H A Dglobals.h77 #define OFF 0 macro
H A Dtimed.c137 nflag = OFF;
138 iflag = OFF;
/freebsd-10-stable/lib/msun/tests/
H A Dconj_test.c42 #pragma STDC CX_LIMITED_RANGE OFF
H A Dcsqrt_test.c65 #pragma STDC CX_LIMITED_RANGE OFF
/freebsd-10-stable/usr.sbin/rrenumd/
H A Dparser.y102 %token <num> ON OFF
585 | OFF { $$ = OFF; }
/freebsd-10-stable/contrib/top/
H A Ddisplay.c89 static enum { OFF, ON, ERASE } header_status = ON; enumerator in enum:__anon1
827 header_status = OFF;
845 header_status = OFF;
/freebsd-10-stable/usr.bin/chat/
H A Dchat.c23 * This allows to turn ECHO OFF and to output specific, user selected,
885 if (strcmp(s, "OFF") == 0)

Completed in 250 milliseconds

12