Home
last modified time | relevance | path

Searched refs:open_child (Results 1 – 19 of 19) sorted by relevance

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dstatistics.cpp87 out.open_child("team"); in write()
176 out.open_child("sequence"); in write_battle_result_map()
315 out.open_child("recruits"); in write()
318 out.open_child("recalls"); in write()
321 out.open_child("advances"); in write()
324 out.open_child("deaths"); in write()
327 out.open_child("killed"); in write()
330 out.open_child("attacks"); in write()
333 out.open_child("defends"); in write()
624 out.open_child("scenario"); in write_stats()
H A Dsavegame.cpp497 out.open_child("statistics"); in write_game()
555 out.open_child("replay"); in write_game()
633 out.open_child("replay"); in write_game()
H A Dsaved_game.cpp188 out.open_child("replay"); in write_config()
/dports/devel/p5-IO-Async/IO-Async-0.800/t/
H A D35loop-openprocess.t52 my $pid = $loop->open_child(
62 ok( exception { $loop->open_child(
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-infile-stdio.c80 open_child (GsfInfileStdio *ifs, char const *name, GError **err) in open_child() function
108 return name ? open_child (ifs, name, err) : NULL; in gsf_infile_stdio_child_by_index()
120 return open_child (ifs, name, err); in gsf_infile_stdio_child_by_name()
/dports/games/wesnoth/wesnoth-1.14.17/src/serialization/
H A Dbinary_or_text.cpp88 open_child(key); in write_child()
93 void config_writer::open_child(const std::string &key) in open_child() function in config_writer
H A Dbinary_or_text.hpp39 void open_child(const std::string &key);
H A Dpreprocessor.cpp156 writer.open_child(key); in write_argument()
165 writer.open_child(key); in write()
/dports/www/p5-Net-Async-FastCGI/Net-Async-FastCGI-0.25/examples/
H A Dexec-cgi.fcgi27 $fcgi->loop->open_child(
H A Dfortune.fcgi25 my $kid = $self->loop->open_child(
/dports/www/p5-FCGI-Async/FCGI-Async-0.22/examples/
H A Dexec-cgi.fcgi27 $fcgi->get_loop->open_child(
H A Dfortune.fcgi18 my $kid = $fcgi->get_loop->open_child(
/dports/mail/spamd/spamd-4.9.1/spamd-setup/
H A Dspamd-setup.c89 int open_child(char *, char **);
267 open_child(char *file, char **argv) in open_child() function
309 return (open_child(PATH_FTP, argv)); in fileget()
340 i = open_child(argv[0], argv); in open_file()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dachievements.cpp115 void open_child(void);
641 void Achievements_Window::open_child(void) in open_child() function in Achievements_Window
743 open_child(); in display_handler()
/dports/math/plplot-ada/plplot-5.15.0/examples/tk/
H A Dtk03.in76 proc open_child {} {
/dports/math/plplot/plplot-5.15.0/examples/tk/
H A Dtk03.in76 proc open_child {} {
/dports/devel/dconf-editor/dconf-editor-3.38.3/editor/
H A Dbrowser-window.vala595 { "open-child", open_child }, // <A>Down
774 … private void open_child (/* SimpleAction action, Variant? variant */)
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DLoop.pm1186 sub open_child subroutine
/dports/devel/p5-IO-Async/IO-Async-0.800/
H A DChanges108 ->open_child
881 * Added ChildManager->open and ->run; with ->open_child and