Searched refs:define (Results 1 – 25 of 657) sorted by relevance
12345678910>>...27
| /mirbsd/src/gnu/usr.bin/perl/vms/ |
| D | perly_h.vms | 3 #define WORD 257 4 #define METHOD 258 5 #define FUNCMETH 259 6 #define THING 260 7 #define PMFUNC 261 8 #define PRIVATEREF 262 9 #define FUNC0SUB 263 10 #define UNIOPSUB 264 11 #define LSTOPSUB 265 12 #define LABEL 266 [all …]
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/m4/ |
| D | cfhead.m4 | 24 ifdef(`TEMPFILE', `dnl', `define(`TEMPFILE', maketemp(/tmp/cfXXXXXX))dnl 45 define(`PUSHDIVERT', `pushdef(`__D__', divnum)divert($1)') 46 define(`POPDIVERT', `divert(__D__)popdef(`__D__')') 47 define(`OSTYPE', 51 define(`__OSTYPE__', $1) 52 define(`_ARG_', $2) 55 define(`lower', `translit(`$1', `ABCDEFGHIJKLMNOPQRSTUVWXYZ', `abcdefghijklmnopqrstuvwxyz')') 56 define(`strcasecmp', `ifelse(lower($1), lower($2), `1', `0')') 58 define(`_ACC_ARG_1_',`$1') 59 define(`_ACC_ARG_2_',`$2') [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/bfd/doc/ |
| D | archures.texi | 41 #define bfd_mach_m68000 1 42 #define bfd_mach_m68008 2 43 #define bfd_mach_m68010 3 44 #define bfd_mach_m68020 4 45 #define bfd_mach_m68030 5 46 #define bfd_mach_m68040 6 47 #define bfd_mach_m68060 7 48 #define bfd_mach_cpu32 8 49 #define bfd_mach_mcf5200 9 50 #define bfd_mach_mcf5206e 10 [all …]
|
| D | libbfd.texi | 45 #define bfd_put_8(abfd, val, ptr) \ 47 #define bfd_put_signed_8 \ 49 #define bfd_get_8(abfd, ptr) \ 51 #define bfd_get_signed_8(abfd, ptr) \ 54 #define bfd_put_16(abfd, val, ptr) \ 56 #define bfd_put_signed_16 \ 58 #define bfd_get_16(abfd, ptr) \ 60 #define bfd_get_signed_16(abfd, ptr) \ 63 #define bfd_put_32(abfd, val, ptr) \ 65 #define bfd_put_signed_32 \ [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/vos/ |
| D | config.ga.def | 24 $d_PRIeldbl='define' 25 $d_PRIfldbl='define' 26 $d_PRIgldbl='define' 27 $d_SCNfldbl='define' 29 $d_access='define' 32 $d_alarm='define' 44 $d_castneg='define' 46 $d_chown='define' 51 $d_const='define' 55 $d_csh='define' [all …]
|
| D | config.alpha.def | 24 $d_PRIeldbl='define' 25 $d_PRIfldbl='define' 26 $d_PRIgldbl='define' 27 $d_SCNfldbl='define' 32 $d_alarm='define' 44 $d_castneg='define' 51 $d_const='define' 59 $d_dbl_dig='define' 61 $d_difftime='define' 73 $d_endhent='define' [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | makedef.pl | 19 $define{$1} = $2 if $fflag =~ /^(\w+)=(.+)$/; 23 $define{$1} = 1 if ($flag =~ /^-D(\w+)$/); 24 $define{$1} = $2 if ($flag =~ /^-D(\w+)=(.+)$/); 53 $define{$_} = 1; 100 $define{$1} = 1 while /-D(\w+)/g; 120 $define{$1} = 1 if /^\s*#\s*define\s+(MYMALLOC)\b/; 121 $define{$1} = 1 if /^\s*#\s*define\s+(MULTIPLICITY)\b/; 122 $define{$1} = 1 if /^\s*#\s*define\s+(PERL_\w+)\b/; 123 $define{$1} = 1 if /^\s*#\s*define\s+(USE_\w+)\b/; 129 if ($define{PERL_IMPLICIT_SYS}) { [all …]
|
| D | perly_c.diff | 8 #define YYBYACC 1 14 -#define dep() deprecate("\"do\" to call subroutines") 15 +#define dep() deprecate_old("\"do\" to call subroutines") 20 #define yylex yylex_r 24 -#define WORD 257 25 -#define METHOD 258 26 -#define FUNCMETH 259 27 -#define THING 260 28 -#define PMFUNC 261 29 -#define PRIVATEREF 262 [all …]
|
| /mirbsd/src/lib/libncurses/src/include/ |
| D | curses.tail | 7 #define NCURSES_MOUSE_MASK(b,m) ((m) << (((b) - 1) * 5)) 9 #define NCURSES_MOUSE_MASK(b,m) ((m) << (((b) - 1) * 6)) 12 #define NCURSES_BUTTON_RELEASED 001L 13 #define NCURSES_BUTTON_PRESSED 002L 14 #define NCURSES_BUTTON_CLICKED 004L 15 #define NCURSES_DOUBLE_CLICKED 010L 16 #define NCURSES_TRIPLE_CLICKED 020L 17 #define NCURSES_RESERVED_EVENT 040L 20 #define BUTTON1_RELEASED NCURSES_MOUSE_MASK(1, NCURSES_BUTTON_RELEASED) 21 #define BUTTON1_PRESSED NCURSES_MOUSE_MASK(1, NCURSES_BUTTON_PRESSED) [all …]
|
| D | curses.head | 41 #define __NCURSES_H 43 #define CURSES 1 44 #define CURSES_H 1 48 * So we do not define it (yet). 49 #define _XOPEN_CURSES 1 52 /* Some GNU autoconf tests fail to define this appropriately (eg, lynx) */ 53 #define _XOPEN_SOURCE_EXTENDED 1 56 #define NCURSES_VERSION_MAJOR 5 57 #define NCURSES_VERSION_MINOR 5 58 #define NCURSES_VERSION_PATCH 20051010 [all …]
|
| D | curses.h.in | 41 #define __NCURSES_H 43 #define CURSES 1 44 #define CURSES_H 1 48 * So we do not define it (yet). 49 #define _XOPEN_CURSES 1 53 #define NCURSES_VERSION_MAJOR @NCURSES_MAJOR@ 54 #define NCURSES_VERSION_MINOR @NCURSES_MINOR@ 55 #define NCURSES_VERSION_PATCH @NCURSES_PATCH@ 59 #define NCURSES_VERSION "@NCURSES_MAJOR@.@NCURSES_MINOR@" 64 #define NCURSES_MOUSE_VERSION @NCURSES_MOUSE_VERSION@ [all …]
|
| D | curses.wide | 8 #define NCURSES_WACS(c) (&_nc_wacs[(unsigned char)c]) 10 #define WACS_BSSB NCURSES_WACS('l') 11 #define WACS_SSBB NCURSES_WACS('m') 12 #define WACS_BBSS NCURSES_WACS('k') 13 #define WACS_SBBS NCURSES_WACS('j') 14 #define WACS_SBSS NCURSES_WACS('u') 15 #define WACS_SSSB NCURSES_WACS('t') 16 #define WACS_SSBS NCURSES_WACS('v') 17 #define WACS_BSSS NCURSES_WACS('w') 18 #define WACS_BSBS NCURSES_WACS('q') [all …]
|
| /mirbsd/src/sys/dev/microcode/siop/ |
| D | siop.out | 242 #define A_t_id 0x00000028 243 #define A_t_msg_in 0x00000038 244 #define A_t_ext_msg_in 0x00000040 245 #define A_t_ext_msg_data 0x00000048 246 #define A_t_msg_out 0x00000050 247 #define A_t_cmd 0x00000058 248 #define A_t_status 0x00000060 249 #define A_t_data 0x00000068 250 #define A_int_done 0x0000ff00 251 #define A_int_msgin 0x0000ff01 [all …]
|
| D | osiop.out | 139 #define A_ds_Device 0x00000000 140 #define A_ds_MsgOut 0x00000008 141 #define A_ds_Cmd 0x00000010 142 #define A_ds_Status 0x00000018 143 #define A_ds_Msg 0x00000020 144 #define A_ds_MsgIn 0x00000028 145 #define A_ds_ExtMsg 0x00000030 146 #define A_ds_SyncMsg 0x00000038 147 #define A_ds_Data1 0x00000040 148 #define A_ds_Data2 0x00000048 [all …]
|
| D | oosiop.out | 55 #define A_int_done 0xbeef0000 56 #define A_int_msgin 0xbeef0001 57 #define A_int_extmsg 0xbeef0002 58 #define A_int_resel 0xbeef0003 59 #define A_int_res_id 0xbeef0004 60 #define A_int_resfail 0xbeef0005 61 #define A_int_disc 0xbeef0006 62 #define A_int_err 0xdeadbeef 63 #define Ent_p_resel_msgin_move 0x00000020 64 #define Ent_p_select 0x00000030 [all …]
|
| /mirbsd/src/gnu/usr.bin/binutils/cpu/ |
| D | simplify.inc | 26 ; This is currently the same as define-full-enum but it needn't remain 27 ; that way (it's define-full-enum that would change). 29 (define-pmacro (define-normal-enum name comment attrs prefix vals) 33 (define-full-enum name comment attrs prefix vals) 38 (define-pmacro (define-normal-insn-enum name comment attrs prefix fld vals) 42 (define-full-insn-enum name comment attrs prefix fld vals) 49 (define-pmacro (define-normal-ifield name comment attrs start length) 51 (define-full-ifield name comment attrs start length UINT #f #f) 56 (define-pmacro df 57 "Shorthand form of define-full-ifield.\n" [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | config.vc64 | 94 d_access='define' 97 d_alarm='define' 98 d_archlib='define' 101 d_atoll='define' 111 d_bsd='define' 116 d_castneg='define' 120 d_chsize='define' 123 d_closedir='define' 125 d_const='define' 133 d_dbl_dig='define' [all …]
|
| D | config.gc | 94 d_access='define' 97 d_alarm='define' 98 d_archlib='define' 111 d_bsd='define' 115 d_casti32='define' 116 d_castneg='define' 120 d_chsize='define' 123 d_closedir='define' 125 d_const='define' 133 d_dbl_dig='define' [all …]
|
| D | config.bc | 94 d_access='define' 97 d_alarm='define' 98 d_archlib='define' 111 d_bsd='define' 115 d_casti32='define' 116 d_castneg='define' 120 d_chsize='define' 123 d_closedir='define' 125 d_const='define' 133 d_dbl_dig='define' [all …]
|
| D | config.vc | 94 d_access='define' 97 d_alarm='define' 98 d_archlib='define' 111 d_bsd='define' 116 d_castneg='define' 120 d_chsize='define' 123 d_closedir='define' 125 d_const='define' 133 d_dbl_dig='define' 135 d_difftime='define' [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/ |
| D | limits | 50 # define PERL_UCHAR_MIN ((unsigned char)0) 55 # define PERL_UCHAR_MAX ((unsigned char)UCHAR_MAX) 58 # define PERL_UCHAR_MAX ((unsigned char)MAXUCHAR) 60 # define PERL_UCHAR_MAX ((unsigned char)~(unsigned)0) 66 # define PERL_USHORT_MIN ((unsigned short)0) 71 # define PERL_USHORT_MAX ((unsigned short)USHORT_MAX) 74 # define PERL_USHORT_MAX ((unsigned short)MAXUSHORT) 77 # define PERL_USHORT_MAX ((unsigned short)USHRT_MAX) 79 # define PERL_USHORT_MAX ((unsigned short)~(unsigned)0) 87 # define PERL_SHORT_MAX ((short)SHORT_MAX) [all …]
|
| D | misc | 42 # define PL_DBsingle DBsingle 43 # define PL_DBsub DBsub 44 # define PL_Sv Sv 45 # define PL_compiling compiling 46 # define PL_copline copline 47 # define PL_curcop curcop 48 # define PL_curstash curstash 49 # define PL_debstash debstash 50 # define PL_defgv defgv 51 # define PL_diehook diehook [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | config.wc | 81 d_PRIFldbl='define' 82 d_PRIGldbl='define' 86 d_PRIfldbl='define' 87 d_PRIgldbl='define' 94 d_access='define' 98 d_archlib='define' 111 d_bsd='define' 116 d_castneg='define' 120 d_chsize='define' 123 d_closedir='define' [all …]
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/feature/ |
| D | msp.m4 | 16 define(`confDELIVERY_MODE', `i') 17 define(`confUSE_MSP', `True') 18 define(`confFORWARD_PATH', `') 19 define(`confPRIVACY_FLAGS', `goaway,noetrn,restrictqrun') 20 define(`confDONT_PROBE_INTERFACES', `True') 23 ifdef(`confRUN_AS_USER',,`define(`confRUN_AS_USER', `smmsp')') 24 ifdef(`confTRUSTED_USER',,`define(`confTRUSTED_USER', 32 `define(`QUEUE_DIR', `MSP_QUEUE_DIR')', 33 `define(`QUEUE_DIR', `/var/spool/clientmqueue')') 34 define(`_MTA_HOST_', ifelse(defn(`_ARG_'), `', `[localhost]', `_ARG_')) [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | config.ce | 94 d_access='define' 98 d_archlib='define' 111 d_bsd='define' 116 d_castneg='define' 120 d_chsize='define' 123 d_closedir='define' 125 d_const='define' 133 d_dbl_dig='define' 135 d_difftime='define' 137 d_dirnamlen='define' [all …]
|
12345678910>>...27