HomeSort by: relevance | last modified time | path
    Searched refs:ignoring (Results 1 - 25 of 89) sorted by relevancy

1 2 3 4

  /src/usr.bin/make/unit-tests/
varname-empty.exp 1 Command: ignoring ' = cmdline-u' as the variable name '${:U}' expands to empty
2 Command: ignoring ' = cmdline-plain' as the variable name '' expands to empty
9 Global: ignoring delete '.INCLUDEDFROMDIR' as it is not found
10 Global: ignoring delete '.INCLUDEDFROMFILE' as it is not found
11 Global: ignoring ' = default' as the variable name '' expands to empty
12 Global: ignoring ' = assigned' as the variable name '' expands to empty
13 Global: ignoring ' = appended' as the variable name is empty
14 Global: ignoring ' = ' as the variable name '' expands to empty
15 Global: ignoring ' = subst' as the variable name '' expands to empty
17 Global: ignoring ' = shell-output' as the variable name '' expands to empt
    [all...]
var-readonly.exp 1 Global: ignoring delete 'N' as it is read-only
varname-dot-suffixes.exp 1 Global: ignoring delete '.SUFFIXES' as it is not found
4 Global: ignoring '.SUFFIXES = set' as it is read-only
5 Global: ignoring '.SUFFIXES = append' as it is read-only
10 Global: ignoring '.SUFFIXES = assign' as it is read-only
17 Global: ignoring '.SUFFIXES = preserve' as it is read-only
29 Command: ignoring '.SUFFIXES = 1' as it is read-only
32 Command: ignoring '.SUFFIXES = 2' as it is read-only
35 Command: ignoring delete '.SUFFIXES' as it is not found
varname-dot-shell.exp 4 Global: ignoring delete '.SHELL' as it is not found
8 Global: ignoring '.SHELL = overwritten' due to a command line variable of the same name
16 Command: ignoring '.SHELL += appended' as it is read-only
23 Global: ignoring delete '.SHELL' as it is not found
25 Global: ignoring '.SHELL = newly overwritten' due to a command line variable of the same name
deptgt-makeflags.exp 1 Global: ignoring delete 'DOLLAR' as it is not found
vardebug.mk 13 # expect: Global: ignoring delete 'VAR' as it is not found
17 # expect: Global: ignoring ' = empty name' as the variable name '${:U}' expands to empty
19 # expect: Global: ignoring ' += empty name' as the variable name '${:U}' expands to empty
69 # expect: Command: ignoring '.SHELL = overwritten' as it is read-only
vardebug.exp 1 Global: ignoring delete 'FROM_CMDLINE' as it is not found
7 Global: ignoring delete 'VAR' as it is not found
8 Global: ignoring ' = empty name' as the variable name '${:U}' expands to empty
9 Global: ignoring ' += empty name' as the variable name '${:U}' expands to empty
10 Global: ignoring 'FROM_CMDLINE = overwritten' due to a command line variable of the same name
61 Global: ignoring delete '.SHELL' as it is not found
63 Command: ignoring '.SHELL = overwritten' as it is read-only
varname-dot-suffixes.mk 54 # expect: Global: ignoring delete '.SUFFIXES' as it is not found
64 # expect: Global: ignoring '.SUFFIXES = set' as it is read-only
66 # expect: Global: ignoring '.SUFFIXES = append' as it is read-only
68 # expect: Global: ignoring '.SUFFIXES = assign' as it is read-only
70 # expect: Global: ignoring '.SUFFIXES = preserve' as it is read-only
97 # expect: Command: ignoring '.SUFFIXES = 1' as it is read-only
98 # expect: Command: ignoring '.SUFFIXES = 2' as it is read-only
99 # expect: Command: ignoring delete '.SUFFIXES' as it is not found
varmod-sun-shell1.exp 6 Global: ignoring delete '.SHELL' as it is not found
suff.exp 15 Global: ignoring delete '.INCLUDEDFROMDIR' as it is not found
16 Global: ignoring delete '.INCLUDEDFROMFILE' as it is not found
32 Command: ignoring delete 'v' as it is not found
36 Global: ignoring delete '.SHELL' as it is not found
var-scope-local.exp 4 one: ignoring ' = three' as the variable name '' expands to empty
5 two: ignoring ' = three' as the variable name '' expands to empty
  /src/external/gpl3/binutils/dist/gas/
cond.c 50 /* Whether we are currently ignoring input. */
51 int ignoring; member in struct:conditional_frame
52 /* Whether a conditional at a higher level is ignoring input.
97 cframe.ignoring = 1;
110 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...]
  /src/external/gpl3/binutils.old/dist/gas/
cond.c 50 /* Whether we are currently ignoring input. */
51 int ignoring; member in struct:conditional_frame
52 /* Whether a conditional at a higher level is ignoring input.
97 cframe.ignoring = 1;
110 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...]
  /src/external/gpl3/binutils/dist/ld/
libdep_plugin.c 258 TV_MESSAGE (LDPL_WARNING, "ignoring libdep argument %s", arg);
268 TV_MESSAGE (LDPL_WARNING, "ignoring libdep argument %s", arg);
  /src/external/gpl3/binutils.old/dist/ld/
libdep_plugin.c 259 TV_MESSAGE (LDPL_WARNING, "ignoring libdep argument %s", arg);
269 TV_MESSAGE (LDPL_WARNING, "ignoring libdep argument %s", arg);
  /src/usr.bin/mail/
send.c 126 int isheadflag, infld, ignoring, dostat, firstline; local
132 ignoring = 0;
172 ignoring = doign == ignoreall || doign == bouncetab;
176 ignoring = 1;
190 ignoring = doign == ignoreall;
221 ignoring = 0;
231 ignoring = 1;
242 ignoring = 1;
244 ignoring = 0;
250 if (!ignoring) {
    [all...]
  /src/external/gpl2/gmake/dist/
read.c 79 char *ignoring; /* Are we ignoring or interpreting? member in struct:conditionals
292 if (conditionals->ignoring)
293 free (conditionals->ignoring);
466 int ignoring = 0, in_ignored_define = 0;
547 if (ignoring)
610 /* It can't be a preprocessor token so skip it if we're ignoring */
611 if (ignoring)
618 ignoring anything, since they control what we will do with
629 ignoring = i
462 int ignoring = 0, in_ignored_define = 0; local
    [all...]
  /src/bin/csh/
file.c 486 int ignoring, looking_for_lognames; local
492 ignoring = TRUE;
530 if (ignoring && ignored(entry))
537 if (ignoring && numitems == 0 && nignored > 0) {
538 ignoring = FALSE;
  /src/external/gpl3/gdb.old/dist/sim/testsuite/or1k/
fpu.S 35 # output: WARNING: ignoring fpu error caught in fast mode.\n
  /src/external/gpl3/gdb/dist/sim/testsuite/or1k/
fpu.S 35 # output: WARNING: ignoring fpu error caught in fast mode.\n
  /src/external/lgpl3/gmp/dist/mpn/pa32/
add_n.asm 50 add %r20,%r19,%r28 C add first limbs ignoring cy
sub_n.asm 50 sub %r20,%r19,%r28 C subtract first limbs ignoring cy
  /src/usr.bin/unifdef/
unifdef.c 236 static bool ignoring[MAXDEPTH]; /* ignore comments state */ variable
521 ignoring[depth] = ignoring[depth-1];
526 ignoring[depth] = true;
853 if (text || ignoring[depth]) {
  /src/external/lgpl3/gmp/dist/mpn/pa32/hppa1_1/pa7100/
add_n.asm 47 add %r20,%r19,%r28 C add first limbs ignoring cy
sub_n.asm 47 sub %r20,%r19,%r28 C subtract first limbs ignoring cy

Completed in 23 milliseconds

1 2 3 4