Home
last modified time | relevance | path

Searched refs:IGNORE (Results 1 – 25 of 37) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/binutils/include/opcode/
Dh8300.h109 IGNORE = 0x200000, enumerator
405 #define FROM_ABS16 4, B30 | IGNORE
406 #define FROM_ABS32 4, B31 | IGNORE
429 #define TO_ABS16 4, B30 | IGNORE
430 #define TO_ABS32 4, B31 | IGNORE
435 #define TFROM_ABS16 6, 11, B30 | B20 | B10 | IGNORE, 12, ABS16LIST
436 #define TFROM_ABS32 6, 11, B30 | B20 | B11 | IGNORE, 12, ABS32LIST
454 #define TFROM_ABS16_B 6, 10, B30 | B20 | B10 | IGNORE, 12, ABS16LIST
455 #define TFROM_ABS32_B 6, 10, B30 | B20 | B11 | IGNORE, 12, ABS32LIST
527 …{CODE, AV_H8SX, 0, NAME, {{SRC, ABS16DST, E}}, {{PREFIX, 4, B30 | IGNORE, IMM8LIST, DSTABS1…
[all …]
/mirbsd/src/usr.sbin/timed/timed/
Dglobals.h97 #define IGNORE 4 macro
98 #define ALL (SLAVE|MASTER|IGNORE)
Dtimed.c574 case IGNORE: in setstatus()
590 case IGNORE: in setstatus()
602 status &= ~IGNORE; in setstatus()
616 ntp->status = IGNORE; in makeslave()
633 if (ntp->status == IGNORE || ntp->status == NOMASTER) { in checkignorednets()
Dslave.c116 if (ntp->status == IGNORE in slave()
193 || fromnet->status == IGNORE in slave()
Dmaster.c118 if (ntp->status == IGNORE in master()
/mirbsd/src/lib/libncurses/src/ncurses/tty/
DMKexpanded.sh93 $preprocessor $TMP 2>/dev/null | sed -e '1,/^IGNORE$/d'
/mirbsd/src/sbin/fsdb/
Dfsdb.c413 idesc.id_fix = IGNORE; in CMDFUNCSTART()
431 idesc.id_fix = IGNORE; in dolookup()
542 idesc.id_fix = IGNORE; in CMDFUNCSTART()
591 idesc.id_fix = IGNORE; in CMDFUNCSTART()
/mirbsd/src/sbin/fsck_ext2fs/
Dfsck.h91 enum fixstate {DONTKNOW, NOFIX, FIX, IGNORE}; enumerator
Dutilities.c398 idesc.id_fix = IGNORE; in getpathname()
505 case IGNORE: in dofix()
Ddir.c173 if (idesc->id_fix == IGNORE) in fsck_readdir()
204 if (idesc->id_fix == IGNORE) in fsck_readdir()
Dinode.c123 if (idesc->id_fix != IGNORE) in ckinode()
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dsigaction.t26 sub IGNORE {
/mirbsd/src/sbin/fsck_ffs/
Dutilities.c457 idesc.id_fix = IGNORE; in getpathname()
564 case IGNORE: in dofix()
Ddir.c173 if (idesc->id_fix == IGNORE) in fsck_readdir()
204 if (idesc->id_fix == IGNORE) in fsck_readdir()
Dinode.c72 if (idesc->id_fix != IGNORE) in ckinode()
/mirbsd/src/sbin/dhclient/
Ddhcpd.h154 enum { IGNORE, ACCEPT, PREFER } enumerator
/mirbsd/src/lib/libncurses/src/include/
DCaps78 # Column 3: what name it should translate to. The name IGNORE means it
103 # 4. List it in the aliases table with an IGNORE target field. If you
937 # (via IGNORE aliases further down). We don't want to do normal pad
1193 capalias G6 IGNORE XENIX double-ACS_ULCORNER
1194 capalias G7 IGNORE XENIX double-ACS_LLCORNER
1195 capalias G5 IGNORE XENIX double-ACS_URCORNER
1196 capalias G8 IGNORE XENIX double-ACS_LRCORNER
1197 capalias Gr IGNORE XENIX double-ACS_LTEE
1198 capalias Gr IGNORE XENIX double-ACS_RTEE
1199 capalias Gu IGNORE XENIX double-ACS_BTEE
[all …]
/mirbsd/src/gnu/usr.bin/binutils/opcodes/
Dh8300-dis.c448 if (looking_for & IGNORE) in bfd_h8_disassemble()
559 else if (looking_for & IGNORE) in bfd_h8_disassemble()
/mirbsd/src/usr.bin/make/
Dtarg.c454 PRINTBIT(IGNORE); in Targ_PrintType()
/mirbsd/src/etc/
Dprotocols143 rsvp-e2e-ignore 134 RSVP-E2E-IGNORE
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlipc.pod60 You may also choose to assign the strings C<'IGNORE'> or C<'DEFAULT'> as
65 has special behavior with respect to a value of C<'IGNORE'>.
66 Setting C<$SIG{CHLD}> to C<'IGNORE'> on such a platform has the effect of
69 Calling C<wait()> with C<$SIG{CHLD}> set to C<'IGNORE'> usually returns
79 local $SIG{INT} = 'IGNORE';
88 processes in the current process group (and sets $SIG{HUP} to IGNORE so
92 local $SIG{HUP} = 'IGNORE';
484 $SIG{PIPE} = 'IGNORE';
/mirbsd/src/usr.sbin/dhcpd/
Ddhcpd.h388 enum { IGNORE, ACCEPT, PREFER } bootp_policy; enumerator
/mirbsd/src/gnu/usr.bin/perl/win32/
Dmakefile.mk324 .IMPORT .IGNORE : PROCESSOR_ARCHITECTURE PROCESSOR_ARCHITEW6432
963 .IMPORT .IGNORE : SystemRoot windir
/mirbsd/src/usr.bin/less/
Dless.hlp138 -I ........ --IGNORE-CASE
/mirbsd/src/gnu/usr.bin/binutils/gas/config/
Dtc-hppa.c1167 #define CHECK_FIELD(FIELD, HIGH, LOW, IGNORE) \ argument
1171 if (! IGNORE) \
1195 #define CHECK_ALIGN(FIELD, ALIGN, IGNORE) \ argument
1199 if (! IGNORE) \

12