Searched refs:ignoring (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Dcond.c49 /* Whether we are currently ignoring input. */
50 int ignoring; member in struct:conditional_frame
51 /* Whether a conditional at a higher level is ignoring input.
96 cframe.ignoring = 1;
109 cframe.ignoring = ! (test_defined ^ is_defined);
117 && cframe.ignoring
119 || ! cframe.previous_cframe->ignoring))
140 if (current_cframe != NULL && current_cframe->ignoring)
169 cframe.ignoring = cframe.dead_tree || ! t;
174 && cframe.ignoring
[all...]
/freebsd-11-stable/usr.sbin/manctl/
H A Dmanctl.sh76 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ;
209 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ;
263 IFS=" " ; echo ignoring $pname 1>&2 ; return 0 ;
/freebsd-11-stable/usr.bin/mail/
H A Dsend.c61 int ishead, infld, ignoring, dostat, firstline; local
93 ignoring = doign == ignoreall;
106 ignoring = doign == ignoreall;
138 ignoring = 0;
146 ignoring = 1;
157 ignoring = 1;
159 ignoring = 0;
165 if (!ignoring) {
/freebsd-11-stable/contrib/tcsh/
H A Dsh.file.c501 int ignoring = TRUE, nignored = 0; local
545 if (ignoring && ignored(item))
551 if (ignoring && items.len == 0 && nignored > 0) {
552 ignoring = FALSE;
H A Dconfigure2485 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2486 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.c201 static bool ignoring[MAXDEPTH]; /* ignore comments state */ variable
639 ignoring[depth] = ignoring[depth-1];
644 ignoring[depth] = true;
1236 if (text || ignoring[depth]) {
/freebsd-11-stable/contrib/libreadline/
H A Ddisplay.c233 int l, rl, last, ignoring, ninvis, invfl, invflset, ind, pind, physchars; local
257 for (rl = ignoring = last = ninvis = physchars = 0, p = pmt; p && *p; p++)
261 if (ignoring == 0 && *p == RL_PROMPT_START_IGNORE) /* XXX - check ignoring? */
263 ignoring = 1;
267 else if (ignoring && *p == RL_PROMPT_END_IGNORE)
269 ignoring = 0;
284 if (!ignoring)
297 if (!ignoring)
/freebsd-11-stable/usr.sbin/makefs/
H A Dmtree.c828 mtree_warning("ignoring .. in root directory");
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Dinput.cpp96 static int ignoring = 0; variable
4401 ignoring = 0;
4427 "end of file while ignoring input lines");
4429 error("end of file while ignoring input lines");
4491 ignoring = 1;
4493 ignoring = 0;
7947 if (ignoring) {
/freebsd-11-stable/contrib/gdb/
H A Dltmain.sh152 echo "$progname: ignoring unknown tag $tagname" 1>&2
2485 $echo "$modename: warning: ignoring multiple \`-rpath's for a libtool library" 1>&2
/freebsd-11-stable/contrib/tcpdump/
H A Dconfigure2341 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2342 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex8047 % string "Top" while ignoring the possible spaces before and after in
8888 \message{Unknown document encoding #1, ignoring.}%
/freebsd-11-stable/contrib/file/
H A Dconfigure2494 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2495 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
4410 # icc: Command line warning: ignoring option '-M'; no argument required
4413 if (grep 'ignoring option' conftest.err ||

Completed in 285 milliseconds