HomeSort by relevance Sort by last modified time
    Searched refs:current_section (Results 1 - 4 of 4) sorted by null

  /external/dbus/bus/
desktop-file.c 59 int current_section; /**< The current section being parsed */ member in struct:__anon3330
311 parser->current_section = parser->desktop_file->n_sections - 1;
312 _dbus_assert (&parser->desktop_file->sections[parser->current_section] == section);
323 section = &parser->desktop_file->sections[parser->current_section];
588 if (parser->current_section != -1)
589 section_name = parser->desktop_file->sections[parser->current_section].section_name;
675 parser.current_section = -1;
  /external/e2fsprogs/e2fsck/
profile.c 157 struct profile_node *current_section; member in struct:parse_state
730 &iter, &state->current_section);
734 &state->current_section);
745 state->current_section->final = 1;
760 state->current_section->final = 1;
761 state->current_section = state->current_section->parent;
817 retval = profile_add_node(state->current_section,
818 tag, 0, &state->current_section);
822 state->current_section->final = 1
    [all...]
  /external/quake/quake/src/WinQuake/
snd_gus.cpp 63 static int current_section; variable
373 if (i!=current_section)
375 current_section=i;
391 current_section=add_section(ts,ftell(f));
405 if (field_buffers[i].section==current_section)
421 fseek(f,section_buffers[current_section].offset,SEEK_SET);
429 add_field(ts,current_section,string_start_pos);
438 fseek(f,section_buffers[current_section].offset,SEEK_SET);
    [all...]
  /external/v8/tools/
test.py 1036 current_section = Section(Constant(True))
1037 sections.append(current_section)
1046 current_section = new_section
1055 current_section.AddRule(Rule(rule_match.group(1), path, value))
    [all...]

Completed in 250 milliseconds