| /src/external/ibm-public/postfix/dist/src/util/ |
| dict_cidr.c | 120 int nesting, VSTRING *why) 162 if (nesting == 0) { 265 int nesting = 0; local 320 nesting, why); 329 sizeof(*rule_stack), nesting + 1, 333 (DICT_CIDR_ENTRY **) mvect_realloc(&mvect, nesting + 1); 334 rule_stack[nesting] = rule; 335 nesting++; 339 if (nesting-- <= 0) 342 if_rule = rule_stack[nesting]; [all...] |
| dict_regexp.c | 78 #define DICT_REGEXP_OP_IF 2 /* Increase if/endif nesting on match */ 79 #define DICT_REGEXP_OP_ENDIF 3 /* Decrease if/endif nesting on match */ 553 int nesting) 722 if (nesting == 0) { 762 int nesting = 0; local 822 p, nesting); 831 sizeof(*rule_stack), nesting + 1, 835 (DICT_REGEXP_RULE **) mvect_realloc(&mvect, nesting + 1); 836 rule_stack[nesting] = rule; 837 nesting++ [all...] |
| dict_pcre.c | 152 #define DICT_PCRE_OP_IF 2 /* Increase if/endif nesting on match */ 153 #define DICT_PCRE_OP_ENDIF 3 /* Decrease if/endif nesting on match */ 755 int nesting) 966 if (nesting == 0) { 1013 int nesting = 0; local 1080 p, nesting); 1086 sizeof(*rule_stack), nesting + 1, 1090 (DICT_PCRE_RULE **) mvect_realloc(&mvect, nesting + 1); 1091 rule_stack[nesting] = rule; 1092 nesting++ [all...] |
| /src/usr.bin/mail/ |
| names.c | 98 int nesting = 0; local 103 nesting++; 106 --nesting; 109 if (nesting <= 0)
|
| support.c | 429 int nesting = 1; local 431 for (/*EMPTY*/; nesting > 0 && *cp; cp++) { 438 nesting++; 441 nesting--;
|
| mime_decode.c | 150 int nesting; local 167 nesting = 1; 168 while (nesting > 0 && *++cp) { 172 nesting++; 174 nesting--;
|
| /src/bin/ksh/ |
| syn.c | 18 int start_token; /* token than began nesting (eg, FOR) */ 19 int start_line; /* line nesting began on */ 57 static struct nesting_state nesting; /* \n changed to ; */ variable in typeref:struct:nesting_state 722 if (nesting.start_token) { 723 c = nesting.start_token; 724 source->errline = nesting.start_line; 764 *save = nesting; 765 nesting.start_token = tok; 766 nesting.start_line = source->line; 773 nesting = *saved [all...] |
| /src/bin/sh/ |
| expand.c | 1128 int nesting = 1; local 1139 nesting++; 1141 if (--nesting == 0)
|
| /src/external/gpl3/binutils/dist/binutils/ |
| wrstabs.c | 164 /* The block nesting depth. */ 165 unsigned int nesting; member in struct:stab_write_handle 2058 if (info->nesting != 0 || info->fun_offset != -1) 2142 ++info->nesting; 2148 if (info->nesting == 1) 2192 if (info->nesting < 1) 2195 --info->nesting; 2198 if (info->nesting == 0)
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| wrstabs.c | 164 /* The block nesting depth. */ 165 unsigned int nesting; member in struct:stab_write_handle 2060 if (info->nesting != 0 || info->fun_offset != -1) 2144 ++info->nesting; 2150 if (info->nesting == 1) 2194 if (info->nesting < 1) 2197 --info->nesting; 2200 if (info->nesting == 0)
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| lambda.cc | 1488 unsigned nesting; // Inside a function, VAR_DECLs get the function variable 1489 // as scope. This counts that nesting. 1506 lambda_scope.nesting++; 1511 lambda_scope.nesting = 0; 1522 if (!lambda_scope.nesting--)
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| diagnostic-manager.cc | 2880 int nesting = 1; local 2882 nesting = 0; 2886 nesting--; 2888 nesting++; 2891 } while (idx >= 0 && nesting != 0);
|
| /src/common/lib/libx86emu/ |
| x86emu.c | 3207 uint8_t nesting; local 3211 nesting = fetch_byte_imm(emu); 3214 if (nesting > 0) { 3215 for (i = 1; i < nesting; i++) {
|