Searched refs:nesting_level (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmime_state.c309 int nesting_level; /* safety */ member in struct:MIME_STATE
452 (ptr)->nesting_level > 0 && \
488 state->nesting_level += 1;
511 state->nesting_level -= 1;
539 state->nesting_level = 0; /* APPLE */
658 if (state->nesting_level > var_mime_maxdepth) {
/macosx-10.9.5/bash-92/bash-3.2/
H A Dsubst.c1054 int pass_character, nesting_level, in_comment; local
1065 nesting_level = 1;
1068 while (nesting_level)
1129 nesting_level--;
1130 if (nesting_level == 0)
1156 if (c == 0 && nesting_level)
1200 int pass_character, nesting_level, si; local
1205 nesting_level = 1;
1228 nesting_level++;
1235 nesting_level
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Ddwarf2.c1659 int nesting_level = 1; local
1669 nested_funcs[nesting_level] = 0;
1671 while (nesting_level)
1686 nesting_level--;
1712 for (i = nesting_level - 1; i >= 1; i--)
1718 nested_funcs[nesting_level] = func;
1734 nested_funcs[nesting_level] = 0;
1856 nesting_level++;
1858 if (nesting_level >= nested_funcs_size)
1873 nested_funcs[nesting_level]
[all...]

Completed in 146 milliseconds