Home
last modified time | relevance | path

Searched refs:command_rep (Results 1 – 25 of 27) sorted by relevance

12

/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Daudioio-forked-stream.cpp128 if (command_rep.find("%F") != string::npos) { in set_fork_pipe_name()
134 command_rep.replace(command_rep.find("%F"), 2, tmpfile_repp); in set_fork_pipe_name()
163 if (command_rep.find("%c") != string::npos) { in set_fork_channels()
164 command_rep.replace(command_rep.find("%c"), 2, kvu_numtostr(channels)); in set_fork_channels()
174 if (command_rep.find("%s") != string::npos) { in set_fork_sample_rate()
175 command_rep.replace(command_rep.find("%s"), 2, kvu_numtostr(sample_rate)); in set_fork_sample_rate()
177 if (command_rep.find("%S") != string::npos) { in set_fork_sample_rate()
178 command_rep.replace(command_rep.find("%S"), 2, kvu_numtostr(sample_rate/1000.0f)); in set_fork_sample_rate()
188 if (command_rep.find("%b") != string::npos) { in set_fork_bits()
189 command_rep.replace(command_rep.find("%b"), 2, kvu_numtostr(bits)); in set_fork_bits()
[all …]
H A Daudioio-forked-stream.h29 std::string command_rep; variable
48 void set_fork_command(const std::string& cmd) { command_rep = cmd; } in set_fork_command()
60 const std::string& fork_command(void) const { return(command_rep); } in fork_command()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Kernel/Abstractions/
H A Dcommand.hpp18 class command_rep: public abstract_struct { class
20 inline command_rep () { TM_DEBUG(command_count++); } in command_rep() function in command_rep
21 inline virtual ~command_rep () { TM_DEBUG(command_count--); } in ~command_rep()
39 inline tm_ostream& command_rep::print (tm_ostream& out) { return out << "command"; } in print()
H A Dcommand.cpp20 command_rep::apply (object args) { in apply()
34 class std_command_rep: public command_rep {
53 class generic_command_rep: public command_rep {
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Input/
H A Denum_widget.cpp20 class enum_command_rep: public command_rep {
H A Dinputs_list_widget.cpp42 class inputs_list_command_rep: public command_rep {
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Texmacs/Window/
H A Dtm_dialogue.cpp24 class dialogue_command_rep: public command_rep {
188 class interactive_command_rep: public command_rep {
H A Dtm_window.cpp191 class close_embedded_command_rep: public command_rep {
506 class ia_command_rep: public command_rep {
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Misc/
H A Dcolor_picker_widget.cpp27 class color_command_rep: public command_rep {
H A Dfile_chooser_widget.cpp46 class file_chooser_command_rep: public command_rep {
380 class drive_menu_command_rep: public command_rep {
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Cocoa/
H A Daqua_menu.mm100 command_rep *cmd;
103 - (void)setCommand:(command_rep *)_c; argument
109 - (void)setCommand:(command_rep *)_c
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Qt/
H A Dqt_ui_element.hpp156 class qt_choice_command_rep: public command_rep {
H A Dqt_ui_element.cpp49 class qt_key_command_rep: public command_rep {
78 class qt_toggle_command_rep: public command_rep {
95 class qt_enum_command_rep: public command_rep {
/dports/games/tomenet/tomenet-4.6.0/src/server/
H A Dnserver.c7818 if (p_ptr->command_rep) p_ptr->command_rep = -1;
7875 if (p_ptr->command_rep) p_ptr->command_rep = -1;
7997 p_ptr->command_rep = 0;
8002 if (p_ptr->command_rep != PKT_TUNNEL) p_ptr->command_rep = -1;
8043 p_ptr->command_rep = 0;
8048 if (p_ptr->command_rep != PKT_TUNNEL) p_ptr->command_rep = -1;
8596 p_ptr->command_rep = 0;
8787 p_ptr->command_rep = 0;
9414 p_ptr->command_rep = 0;
9459 if (p_ptr && p_ptr->command_rep != PKT_DISARM) p_ptr->command_rep = -1;
[all …]
H A Dcmd5.c1554 bool rep = (p_ptr->command_rep == PKT_ACTIVATE_SKILL) in cast_school_spell()
1557 p_ptr->command_rep = 0; in cast_school_spell()
1651 p_ptr->command_rep = PKT_ACTIVATE_SKILL; in cast_school_spell()
H A Dcmd2.c1163 if (p_ptr->always_repeat) p_ptr->command_rep = PKT_SEARCH; in do_cmd_search()
2225 else if (p_ptr->always_repeat) p_ptr->command_rep = PKT_OPEN; in do_cmd_open()
3202 else if (p_ptr->always_repeat) p_ptr->command_rep = PKT_TUNNEL; in do_cmd_tunnel()
3578 else if (p_ptr->always_repeat) p_ptr->command_rep = PKT_DISARM; in do_cmd_disarm()
3853 else if (p_ptr->always_repeat) p_ptr->command_rep = PKT_BASH; in do_cmd_bash()
H A Dplayer.pre373 s16b command_rep; /* Command repetition */
H A Dbldg.c2383 command_rep = 0;
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Texmacs/Data/
H A Dnew_window.cpp66 class kill_window_command_rep: public command_rep {
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Scheme/Scheme/
H A Dobject.cpp330 class object_command_rep: public command_rep {
/dports/games/mangband/mangband-1.5.3/src/common/
H A Dtypes.h1442 s16b command_rep; /* Command repetition */ member
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dplayer.pre295 s16b command_rep; /* Command repetition */
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dcave.c4147 if (command_rep) in disturb()
4150 command_rep = 0; in disturb()
/dports/games/zangband/zangband/lib/script/tk/
H A Dmain-window.tcl1294 if {!$track1st && [angband player command_rep]} return
/dports/games/tomenet/tomenet-4.6.0/src/common/
H A Dtypes.h2225 s16b command_rep; /* Command repetition */ member

12