Searched refs:ignore (Results 1 - 25 of 248) sorted by relevance

12345678910

/freebsd-9.3-release/share/examples/printing/
H A Dnetprint14 ($ignore, $ignore, $protocol) = getprotobyname('tcp');
15 ($ignore, $ignore, $ignore, $ignore, $address)
/freebsd-9.3-release/etc/periodic/security/
H A D200.chkmounts43 ignore="${daily_status_security_chkmounts_ignore}"
50 ignore="${ignore}|^amd:"
52 [ -n "$ignore" ] && cmd="egrep -v ${ignore#|}" || cmd=cat
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgettimeofday.c46 gettimeofday (struct timeval *tp, void *ignore) argument
/freebsd-9.3-release/tools/regression/usr.bin/make/shell/replace/
H A DMakefile16 hasErrCtl=y check="check errors" ignore="ignore errors"
/freebsd-9.3-release/contrib/binutils/
H A Dsymlink-tree32 # and "ignoreN" is a list of files/directories to ignore.
36 ignore="$2"
61 for i in ${ignore} ${ignore_additional}; do
69 (cd $f; ${prog} ${newsrcdir}/$f "${ignore}")
/freebsd-9.3-release/contrib/gdb/
H A Dsymlink-tree32 # and "ignoreN" is a list of files/directories to ignore.
36 ignore="$2"
61 for i in ${ignore} ${ignore_additional}; do
69 (cd $f; ${prog} ${newsrcdir}/$f "${ignore}")
/freebsd-9.3-release/contrib/libreadline/
H A Dkill.c225 rl_backward_kill_word (count, ignore)
226 int count, ignore;
231 return (rl_kill_word (-count, ignore));
235 rl_backward_word (count, ignore);
249 rl_kill_line (direction, ignore)
250 int direction, ignore;
255 return (rl_backward_kill_line (1, ignore));
259 rl_end_of_line (1, ignore);
272 rl_backward_kill_line (direction, ignore)
273 int direction, ignore;
[all...]
H A Dmacro.c228 rl_end_kbd_macro (count, ignore)
229 int count, ignore;
248 rl_call_last_kbd_macro (count, ignore)
249 int count, ignore;
/freebsd-9.3-release/contrib/groff/src/include/
H A Dassert.h36 #define assert(ignore) /* as nothing */
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exp.c43 #define TEXP_IGNORE 1 /* in ignore, it means to ignore value, just parse */
44 #define TEXP_NOGLOB 2 /* in ignore, it means not to globone */
193 exp0(Char ***vp, int ignore) argument
195 tcsh_number_t p1 = exp1(vp, ignore);
204 exp0(vp, (ignore & TEXP_IGNORE) || p1) :
205 exp1(vp, (ignore & TEXP_IGNORE) || p1);
206 if (compat_expr || !(ignore & TEXP_IGNORE))
216 exp1(Char ***vp, int ignore) argument
218 tcsh_number_t p1 = exp2x(vp, ignore);
240 exp2x(Char ***vp, int ignore) argument
263 exp2a(Char ***vp, int ignore) argument
286 exp2b(Char ***vp, int ignore) argument
309 exp2c(Char ***vp, int ignore) argument
352 exp3(Char ***vp, int ignore) argument
398 exp3a(Char ***vp, int ignore) argument
427 exp4(Char ***vp, int ignore) argument
464 exp5(Char ***vp, int ignore) argument
520 exp6(Char ***vp, int ignore) argument
609 filetest(Char *cp, Char ***vp, int ignore) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/sdt/
H A Dtst.sdtargs.d37 ignore = $1;
/freebsd-9.3-release/lib/libc/sparc64/gen/
H A D_setjmp.S47 .register %g2,#ignore
48 .register %g3,#ignore
H A Dsetjmp.S47 .register %g2,#ignore
48 .register %g3,#ignore
/freebsd-9.3-release/contrib/wpa/src/eap_peer/
H A Deap_md5.c48 ret->ignore = TRUE;
56 ret->ignore = TRUE;
69 ret->ignore = TRUE;
72 ret->ignore = FALSE;
H A Deap_otp.c45 ret->ignore = TRUE;
62 ret->ignore = TRUE;
66 ret->ignore = FALSE;
H A Deap_vendor_test.c81 ret->ignore = TRUE;
88 ret->ignore = TRUE;
95 ret->ignore = TRUE;
102 ret->ignore = TRUE;
112 ret->ignore = TRUE;
120 ret->ignore = FALSE;
H A Deap_pax.c135 ret->ignore = TRUE;
142 ret->ignore = TRUE;
151 ret->ignore = TRUE;
160 ret->ignore = TRUE;
179 ret->ignore = TRUE;
188 ret->ignore = TRUE;
251 ret->ignore = TRUE;
258 ret->ignore = TRUE;
267 ret->ignore = TRUE;
276 ret->ignore
[all...]
H A Deap_leap.c85 ret->ignore = TRUE;
92 ret->ignore = TRUE;
104 ret->ignore = TRUE;
157 ret->ignore = TRUE;
174 ret->ignore = TRUE;
208 ret->ignore = TRUE;
215 ret->ignore = TRUE;
227 ret->ignore = TRUE;
237 ret->ignore = TRUE;
243 ret->ignore
[all...]
H A Deap_tnc.c97 ret->ignore = FALSE;
179 ret->ignore = TRUE;
189 ret->ignore = TRUE;
224 ret->ignore = TRUE;
240 ret->ignore = TRUE;
247 ret->ignore = TRUE;
257 ret->ignore = TRUE;
269 ret->ignore = TRUE;
278 ret->ignore = TRUE;
298 ret->ignore
[all...]
/freebsd-9.3-release/lib/libedit/
H A Dprompt.c88 int ignore = 0; local
97 ignore = !ignore;
100 if (ignore)
/freebsd-9.3-release/sbin/newfs/
H A DMakefile19 diff --ignore-matching-lines=FreeBSD _.test ${.CURDIR}/ref.test
/freebsd-9.3-release/lib/libstand/sparc64/
H A D_setjmp.S51 .register %g2,#ignore
52 .register %g3,#ignore
/freebsd-9.3-release/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in91 $ignore = 0;
119 # ignore these sections in ntpd.html
122 $ignore = 1;
125 } elsif ($ignore) {
126 $ignore = 0;
226 if ($ignore) {
/freebsd-9.3-release/contrib/cvs/contrib/
H A Dcheck_cvs.in196 foreach my $ignore ( @ignore_files )
198 if( $path =~ /$ignore/ )
308 my $ignore = 1;
320 $ignore = 0;
324 if( ( !$ignore ) && ( ( $revision ) = m/^revision (\S+)/ ) )
327 $ignore = 1;
610 # it is replace with new $branch_rev. Else ignore revision
624 # $skip - 1 if we need to ignore this particular $branch_number
764 # @ignore - the list of files to ignore
[all...]
/freebsd-9.3-release/usr.bin/mail/
H A Dcmd2.c154 save1(char str[], int mark, const char *cmd, struct ignoretab *ignore) argument
190 if (sendmessage(mp, obuf, ignore, NULL) < 0) {
416 return (ignore1(list, ignore + 1, "retained"));
427 return (ignore1(list, ignore, "ignored"));
449 struct ignore *igp;
459 igp = calloc(1, sizeof(struct ignore));
477 struct ignore *igp;

Completed in 182 milliseconds

12345678910