| /src/usr.bin/tip/aculib/ |
| biz31.c | 222 int already = 0; local 233 if (already > MAXRETRY) 237 already++;
|
| ventel.c | 208 int already = 0, nread; local 222 while (already < MAXRETRY) { 243 already++;
|
| courier.c | 259 int already = 0; local 263 while (already++ < MAXRETRY) {
|
| t3000.c | 267 int already = 0; local 271 while (already++ < MAXRETRY) {
|
| /src/external/bsd/tmux/dist/ |
| cmd-set-option.c | 95 int window, idx, already, error, ambiguous; local 149 /* With -o, check this option is not already set. */ 152 already = (o != NULL); 155 already = 0; 157 already = (options_array_get(o, idx) != NULL); 159 if (already) { 162 cmdq_error(item, "already set: %s", argument);
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| obstack.c | 253 long already; 285 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); 288 already = 0; 290 for (i = already; i < obj_size; i++) 252 long already; local
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| obstack.c | 253 long already; 285 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); 288 already = 0; 290 for (i = already; i < obj_size; i++) 252 long already; local
|
| /src/external/gpl2/grep/dist/lib/ |
| obstack.c | 286 long already; 313 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT); 316 already = 0; 318 for (i = already; i < obj_size; i++) 285 long already; local
|
| /src/usr.bin/msgs/ |
| msgs.c | 165 bool newrc, already; local 470 already = NO; 497 if (already && !hdrs) 506 already = YES; 614 if (already && !quitit && lastcmd && totty) { 623 if (!(already || hush || qopt))
|
| /src/usr.bin/make/unit-tests/ |
| directive-include-guard.mk | 284 CASES+= variable-already-defined 285 LINES.variable-already-defined= \ 290 # expect: Parse_PushInput: variable-already-defined.tmp:1 291 # expect: Skipping 'variable-already-defined.tmp' because 'VARIABLE_ALREADY_DEFINED' is defined 558 CASES+= target-already-defined 559 LINES.target-already-defined= \ 560 '.if !target(target-already-defined)' \ 561 'target-already-defined: .NOTMAIN' \ 563 target-already-defined: .NOTMAIN 564 # expect: Parse_PushInput: target-already-defined.tmp: [all...] |
| /src/external/gpl3/gcc/dist/gcc/c/ |
| c-decl.cc | 501 /* True if we already complained about forward parameter decls 1000 /* Adjust the spot bindings to refer to the bindings already defined 1429 already been put there by store_parm_decls. Unused- 1559 error_at (loc, "underspecified declaration of %qE, which is already " 1687 We assume that the tag "name" is not already defined, and has a location 2111 the previous decl - we're in an error cascade already. */ 2607 already have received an error. */ 2800 /* Lay the type out, unless already done. */ 2985 its definition was passed already. */ 3307 name already seen in the same scope) 3953 static bool already = false; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/c/ |
| c-decl.cc | 466 /* True if we already complained about forward parameter decls 937 /* Adjust the spot bindings to refer to the bindings already defined 1382 already been put there by store_parm_decls. Unused- 1569 We assume that the tag "name" is not already defined, and has a location 1972 the previous decl - we're in an error cascade already. */ 2428 already have received an error. */ 2621 /* Lay the type out, unless already done. */ 2797 its definition was passed already. */ 3119 name already seen in the same scope). 3250 its type saved; the others will already have had thei 3768 static bool already = false; local [all...] |