HomeSort by: relevance | last modified time | path
    Searched defs:nesting (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.bin/mail/
names.c 98 int nesting = 0; local in function:yankword
103 nesting++;
106 --nesting;
109 if (nesting <= 0)
names.c 98 int nesting = 0; local in function:yankword
103 nesting++;
106 --nesting;
109 if (nesting <= 0)
support.c 429 int nesting = 1; local in function:skip_comment
431 for (/*EMPTY*/; nesting > 0 && *cp; cp++) {
438 nesting++;
441 nesting--;
support.c 429 int nesting = 1; local in function:skip_comment
431 for (/*EMPTY*/; nesting > 0 && *cp; cp++) {
438 nesting++;
441 nesting--;
mime_decode.c 150 int nesting; local in function:get_param
167 nesting = 1;
168 while (nesting > 0 && *++cp) {
172 nesting++;
174 nesting--;
mime_decode.c 150 int nesting; local in function:get_param
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...]
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 in function:evalvar
1139 nesting++;
1141 if (--nesting == 0)
expand.c 1128 int nesting = 1; local in function:evalvar
1139 nesting++;
1141 if (--nesting == 0)
  /src/common/lib/libx86emu/
x86emu.c 3207 uint8_t nesting; local in function:x86emuOp_enter
3211 nesting = fetch_byte_imm(emu);
3214 if (nesting > 0) {
3215 for (i = 1; i < nesting; i++) {
x86emu.c 3207 uint8_t nesting; local in function:x86emuOp_enter
3211 nesting = fetch_byte_imm(emu);
3214 if (nesting > 0) {
3215 for (i = 1; i < nesting; i++) {

Completed in 41 milliseconds