Home
last modified time | relevance | path

Searched refs:current_section (Results 226 – 250 of 575) sorted by relevance

12345678910>>...23

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/
H A Dliteral.c51 segT current_section = now_seg; local
90 subseg_set (current_section, current_subsec);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/
H A Dliteral.c51 segT current_section = now_seg; local
90 subseg_set (current_section, current_subsec);
/dports/devel/djgpp-binutils/binutils-2.17/gas/
H A Dliteral.c51 segT current_section = now_seg; local
90 subseg_set (current_section, current_subsec);
/dports/devel/wf-config/wf-config-0.7.1/src/
H A Dfile.cpp223 wf::config::section_t& current_section, const line_t& line, in parse_option_line() argument
235 auto option = current_section.get_option_or(name); in parse_option_line()
241 current_section.register_new_option(option); in parse_option_line()
312 std::shared_ptr<wf::config::section_t> current_section; in load_configuration_options_from_string() local
319 current_section = next_section; in load_configuration_options_from_string()
323 if (!current_section) in load_configuration_options_from_string()
330 auto status = parse_option_line(*current_section, line, reloaded); in load_configuration_options_from_string()
/dports/sysutils/dunst/dunst-1.6.1/src/
H A Doption_parser.c377 char *current_section = NULL;
395 g_free(current_section);
396 current_section = (g_strdup(start + 1));
397 new_section(current_section);
429 if (!current_section) {
434 add_entry(current_section, key, value);
437 g_free(current_section);
/dports/audio/moc/moc-2.5.2/decoder_plugins/vorbis/
H A Dvorbis.c333 int current_section; in vorbis_decode() local
343 2, 1, &current_section); in vorbis_decode()
345 ret = ov_read(&data->vf, buf, buf_len, &current_section); in vorbis_decode()
355 if (current_section != data->last_section) { in vorbis_decode()
358 data->last_section = current_section; in vorbis_decode()
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/vorbis/
H A Dvorbis.cc296 int current_section = last_section; in play() local
297 bytes = ov_read_float(&vf, &pcm, PCM_FRAMES, &current_section); in play()
309 if (current_section != last_section) in play()
332 if (current_section != last_section) in play()
335 last_section = current_section; in play()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dcore_builders.py74 current_section = escape_string(section_id)
76 g.write("const char *const " + current_section + "[] = {\n")
136 current_section = escape_string(section_id)
138 g.write("const char *const " + current_section + "[] = {\n")
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dcore_builders.py74 current_section = escape_string(section_id)
76 g.write("const char *const " + current_section + "[] = {\n")
136 current_section = escape_string(section_id)
138 g.write("const char *const " + current_section + "[] = {\n")
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/nasm/misc/
H A Dnasmstab131 $current_section = "";
144 if ( $current_section eq ".text" ) {
176 $current_section = $2;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/nasm/misc/
H A Dnasmstab131 $current_section = "";
144 if ( $current_section eq ".text" ) {
176 $current_section = $2;
/dports/devel/nasm/nasm-2.15.05/misc/
H A Dnasmstab131 $current_section = "";
144 if ( $current_section eq ".text" ) {
176 $current_section = $2;
/dports/graphics/simage/simage-1.7.0/src/
H A Dsimage_oggvorbis_reader.c17 int current_section; member
25 context->current_section = 0; in oggvorbis_reader_init_context()
134 &context->current_section); in oggvorbis_reader_read()
/dports/devel/anjuta/anjuta-3.34.0/libanjuta/
H A Danjuta-plugin-description.c65 gint current_section; member
390 line = new_line (&parser->df->sections[parser->current_section]); in parse_comment_or_blank()
424 parser->current_section = create_section (parser->df, section_name, parser->current_section == 0); in parse_section_start()
519 line = new_line (&parser->df->sections[parser->current_section]); in parse_key_value()
543 section = &parser->df->sections[parser->current_section]; in report_error()
598 parser.current_section = -1; in anjuta_plugin_description_new_from_string()
604 parser.current_section = create_section (parser.df, NULL, FALSE); in anjuta_plugin_description_new_from_string()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/ci/
H A D000-functions.sh85 current_section="$1"
88 $ECHO_E "section_end:`date +%s`:$current_section\r${CSI_KILLLINE}${CSI_BLUE}$2${CSI_RESET}"
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/ci/
H A D000-functions.sh85 current_section="$1"
88 $ECHO_E "section_end:`date +%s`:$current_section\r${CSI_KILLLINE}${CSI_BLUE}$2${CSI_RESET}"
/dports/games/alephone/alephone-release-20190331/Source_Files/Sound/
H A DVorbisDecoder.cpp95 int current_section = 0; in Decode() local
98 …otal_bytes_read], max_length - total_bytes_read, IsLittleEndian() ? 0 : 1, 2, 1, &current_section); in Decode()
/dports/net/nylon/nylon-1.21/src/
H A Dcfg.c793 char *current_section = (char *)0; in conf_report() local
807 if (!current_section || in conf_report()
808 strcmp (cb->section, current_section)) { in conf_report()
809 if (current_section) { in conf_report()
810 dnode->s = malloc (strlen (current_section) + 3); in conf_report()
814 sprintf (dnode->s, "[%s]", current_section); in conf_report()
828 current_section = cb->section; in conf_report()
/dports/www/crawl/crawl-0.4/
H A Dcfg.c783 char *current_section = (char *)0; in conf_report() local
797 if (!current_section || in conf_report()
798 strcmp (cb->section, current_section)) { in conf_report()
799 if (current_section) { in conf_report()
800 dnode->s = malloc (strlen (current_section) + 3); in conf_report()
804 sprintf (dnode->s, "[%s]", current_section); in conf_report()
818 current_section = cb->section; in conf_report()
/dports/net/trickle/trickle-1.07/
H A Dconf.c805 char *current_section = (char *)0; in conf_report() local
819 if (!current_section || in conf_report()
820 strcmp (cb->section, current_section)) { in conf_report()
821 if (current_section) { in conf_report()
822 dnode->s = malloc (strlen (current_section) + 3); in conf_report()
826 sprintf (dnode->s, "[%s]", current_section); in conf_report()
840 current_section = cb->section; in conf_report()
/dports/misc/broot/broot-1.7.0/cargo-crates/libgit2-sys-0.12.21+1.1.0/libgit2/src/
H A Dconfig_mem.c33 const char *current_section, in read_variable_cb() argument
50 if (current_section) { in read_variable_cb()
55 git_buf_puts(&buf, current_section); in read_variable_cb()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/src/
H A Dconfig_mem.c33 const char *current_section, in read_variable_cb() argument
50 if (current_section) { in read_variable_cb()
55 git_buf_puts(&buf, current_section); in read_variable_cb()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/src/
H A Dconfig_mem.c33 const char *current_section, in read_variable_cb() argument
50 if (current_section) { in read_variable_cb()
55 git_buf_puts(&buf, current_section); in read_variable_cb()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/src/
H A Dconfig_mem.c33 const char *current_section, in read_variable_cb() argument
50 if (current_section) { in read_variable_cb()
55 git_buf_puts(&buf, current_section); in read_variable_cb()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/libgit2-sys-0.12.7+1.0.0/libgit2/src/
H A Dconfig_mem.c33 const char *current_section, in read_variable_cb() argument
50 if (current_section) { in read_variable_cb()
55 git_buf_puts(&buf, current_section); in read_variable_cb()

12345678910>>...23