| /NextBSD/usr.bin/indent/ |
| HD | args.c | 67 #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, &comment_delimiter_on_blankline}, [all …]
|
| /NextBSD/sys/dev/hatm/ |
| HD | if_hatmvar.h | 472 #define READ4(SC,OFF) bus_space_read_4(SC->memt, SC->memh, (OFF)) argument 473 #define READ2(SC,OFF) bus_space_read_2(SC->memt, SC->memh, (OFF)) argument 474 #define READ1(SC,OFF) bus_space_read_1(SC->memt, SC->memh, (OFF)) argument 476 #define WRITE4(SC,OFF,VAL) bus_space_write_4(SC->memt, SC->memh, (OFF), (VAL)) argument 477 #define WRITE2(SC,OFF,VAL) bus_space_write_2(SC->memt, SC->memh, (OFF), (VAL)) argument 478 #define WRITE1(SC,OFF,VAL) bus_space_write_1(SC->memt, SC->memh, (OFF), (VAL)) argument 487 #define READ_SUNI(SC,OFF) READ4(SC, HE_REGO_SUNI + 4 * (OFF)) argument 488 #define WRITE_SUNI(SC,OFF,VAL) WRITE4(SC, HE_REGO_SUNI + 4 * (OFF), (VAL)) argument 490 #define READ_LB4(SC,OFF) \ argument 492 WRITE4(SC, HE_REGO_LB_MEM_ADDR, (OFF)); \ [all …]
|
| /NextBSD/usr.sbin/spkrtest/ |
| HD | spkrtest.sh | 57 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 \
|
| /NextBSD/contrib/dialog/samples/ |
| HD | checklist11 | 20 "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 \
|
| HD | slackware.rc | 9 # Boolean - <ON|OFF> 22 visit_items = OFF 27 # Turn color support ON or OFF 31 screen_color = (WHITE,BLUE,OFF) 34 shadow_color = (WHITE,BLACK,OFF) 37 dialog_color = (BLACK,CYAN,OFF) 55 button_key_inactive_color = (RED,CYAN,OFF) 64 inputbox_color = (BLUE,WHITE,OFF) 76 searchbox_border_color = (RED,WHITE,OFF)
|
| HD | suse.rc | 9 # Boolean - <ON|OFF> 22 visit_items = OFF 25 use_shadow = OFF 27 # Turn color support ON or OFF 28 use_colors = OFF 34 shadow_color = (BLACK,BLACK,OFF) 37 dialog_color = (BLACK,WHITE,OFF) 55 button_key_inactive_color = (RED,WHITE,OFF) 118 itemhelp_color = (WHITE,BLACK,OFF)
|
| HD | sourcemage.rc | 9 # Boolean - <ON|OFF> 22 visit_items = OFF 27 # Turn color support ON or OFF 37 dialog_color = (BLACK,WHITE,OFF) 55 button_key_inactive_color = (RED,WHITE,OFF) 118 itemhelp_color = (WHITE,BLACK,OFF)
|
| HD | debian.rc | 10 # Boolean - <ON|OFF> 23 visit_items = OFF 28 # Turn color support ON or OFF 38 dialog_color = (BLACK,WHITE,OFF) 56 button_key_inactive_color = (RED,WHITE,OFF) 119 itemhelp_color = (WHITE,BLACK,OFF)
|
| HD | whiptail.rc | 9 # Boolean - <ON|OFF> 27 # Turn color support ON or OFF 37 dialog_color = (BLACK,WHITE,OFF) 82 menubox_color = (YELLOW,BLUE,OFF) 118 itemhelp_color = (WHITE,BLACK,OFF)
|
| /NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| HD | inffast.c | 27 # 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;
|
| /NextBSD/sys/dev/fatm/ |
| HD | if_fatmvar.h | 326 #define WRITE4(SC, OFF, VAL) bus_space_write_4(SC->memt, SC->memh, OFF, VAL) argument 327 #define WRITE1(SC, OFF, VAL) bus_space_write_1(SC->memt, SC->memh, OFF, VAL) argument 329 #define READ4(SC, OFF) bus_space_read_4(SC->memt, SC->memh, OFF) argument 330 #define READ1(SC, OFF) bus_space_read_1(SC->memt, SC->memh, OFF) argument
|
| /NextBSD/lib/libz/ |
| HD | inffast.c | 25 # define OFF 0 macro 28 # define OFF 1 macro 99 in = strm->next_in - OFF; 101 out = strm->next_out - OFF; 216 from = window - OFF; 235 from = window - OFF; 316 strm->next_in = in + OFF; 317 strm->next_out = out + OFF;
|
| /NextBSD/contrib/libucl/ |
| HD | CMakeLists.txt | 14 …NABLE_URL_INCLUDE "Enable urls in ucl includes (requires libcurl or libfetch) [default: OFF]" OFF) 15 …N(ENABLE_URL_SIGN "Enable signatures check in ucl includes (requires openssl) [default: OFF]" OFF) 16 OPTION(BUILD_SHARED_LIBS "Build Shared Libraries [default: OFF]" OFF) 17 OPTION(ENABLE_LUA "Enable lua support [default: OFF]" OFF) 18 OPTION(ENABLE_LUAJIT "Enable luajit support [default: OFF]" OFF) 65 SET(ENABLE_LUAJIT "OFF")
|
| /NextBSD/contrib/elftoolchain/libelf/ |
| HD | elf_types.m4 | 49 `OFF, Off', 74 * ADDR{32,64}, OFF{32,64}, SWORD, XWORD, SXWORD. 107 `e_phoff, OFF', 108 `e_shoff, OFF', 124 `e_phoff, OFF', 125 `e_shoff, OFF', 153 `p_offset, OFF', 165 `p_offset, OFF', 200 `sh_offset, OFF', 213 `sh_offset, OFF',
|
| /NextBSD/contrib/ntp/util/ |
| HD | tg2.c | 243 #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 …]
|
| HD | tg.c | 69 #define OFF 0 /* zero amplitude */ macro 542 peep(1000 - arg, tone, OFF); in main() 591 peep(25, tone, OFF); in sec() 593 peep(1000 - code, 100, OFF); in sec() 609 if (amp == OFF || freq == 0) in peep()
|
| /NextBSD/contrib/binutils/gas/config/ |
| HD | tc-cr16.h | 62 #define TC_CONS_FIX_NEW(FRAG, OFF, LEN, EXP) \ argument 63 cr16_cons_fix_new (FRAG, OFF, LEN, EXP)
|
| HD | tc-alpha.h | 76 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) \ argument 77 fix_new_exp (FRAG, OFF, (int)LEN, EXP, 0, \
|
| HD | tc-i386.h | 203 #define TC_CONS_FIX_NEW(FRAG,OFF,LEN,EXP) x86_cons_fix_new(FRAG, OFF, LEN, EXP) argument
|
| /NextBSD/contrib/apr/ |
| HD | README.cmake | 60 Default: OFF 64 Default: OFF 67 Default: OFF
|
| /NextBSD/contrib/groff/contrib/mom/examples/ |
| HD | sample_docs.mom | 215 .EPIGRAPH OFF 254 .QUOTE OFF 337 .NUMBER_HEADS OFF \" Because we turned them on in the first example 338 .NUMBER_SUBHEADS OFF \" Ibid 362 .FOOTNOTE OFF 363 .BLOCKQUOTE OFF 380 .FOOTNOTE OFF 410 .FOOTNOTE OFF 428 .QUOTE OFF 448 .FOOTNOTE OFF [all …]
|
| HD | typesetting.mom | 49 .SILENT OFF \" Resume normal printing of text 187 .COMMENT OFF \" Remember to turn COMMENT off! 247 .HY OFF \" Turn automatic hyphenation off 336 .COMMENT OFF 397 .COMMENT OFF 403 .SILENT OFF \" Restore printing 426 .COMMENT OFF 432 .SILENT OFF 453 .SILENT OFF 600 .BR_AT_LINE_KERN OFF \" In justified text, it's best to have this OFF
|
| /NextBSD/usr.sbin/timed/timedc/ |
| HD | timedc.h | 45 #define OFF 0 macro
|
| /NextBSD/usr.sbin/rrenumd/ |
| HD | parser.y | 99 %token <num> ON OFF 582 | OFF { $$ = OFF; }
|
| /NextBSD/contrib/tcsh/ |
| HD | tw.h | 75 #define OFF 0 macro
|