Home
last modified time | relevance | path

Searched refs:do_history (Results 1 – 25 of 100) sorted by relevance

1234

/dports/graphics/blender/blender-2.91.0/source/blender/editors/include/
H A DED_uvedit.h123 const bool do_history,
129 const bool do_history,
134 const bool do_history,
146 const bool do_history,
152 const bool do_history,
157 const bool do_history,
169 const bool do_history,
175 const bool do_history,
180 const bool do_history,
/dports/databases/grass7/grass-7.8.6/lib/rst/interp_float/
H A Dresout2d.c28 static void do_history(const char *name, const char *input, in do_history() function
302 do_history(params->slope, input, params); in IL_resample_output_2d()
333 do_history(params->aspect, input, params); in IL_resample_output_2d()
388 do_history(params->pcurv, input, params); in IL_resample_output_2d()
403 do_history(params->tcurv, input, params); in IL_resample_output_2d()
419 do_history(params->mcurv, input, params); in IL_resample_output_2d()
H A Doutput2d.c32 static void do_history(const char *name, int vect, const char *input, in do_history() function
334 do_history(params->slope, vect, input, params); in IL_output_2d()
403 do_history(params->aspect, vect, input, params); in IL_output_2d()
455 do_history(params->pcurv, vect, input, params); in IL_output_2d()
469 do_history(params->tcurv, vect, input, params); in IL_output_2d()
483 do_history(params->mcurv, vect, input, params); in IL_output_2d()
/dports/sysutils/batterycat/batterycat_1.6/
H A Dhistory.h37 void do_history ( /* do the options setup dialog */
/dports/irc/epic4/epic4-2.10.9/include/
H A Dhistory.h16 char * do_history (char *, char *);
/dports/chinese/bitchx/bitchx-1.2.1/include/
H A Dhistory.h19 char *do_history (char *, char *);
/dports/irc/bitchx/bitchx-1.2.1/include/
H A Dhistory.h19 char *do_history (char *, char *);
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/include/
H A Dhistory.h44 char *do_history _((char *, char *));
/dports/irc/ircII/ircii-20210314/include/
H A Dhistory.h44 u_char *do_history(u_char *, u_char *);
/dports/irc/ninja/ninja-1.5.8.1/include/
H A Dhistory.h44 u_char *do_history _((u_char *, u_char *));
/dports/graphics/blender/blender-2.91.0/source/blender/editors/uvedit/
H A Duvedit_select.c277 const bool do_history, in uvedit_face_select_set_with_sticky() argument
298 const bool do_history, in uvedit_face_select_set() argument
312 const bool do_history, in uvedit_face_select_enable() argument
319 if (do_history) { in uvedit_face_select_enable()
405 const bool do_history, in uvedit_edge_select_set() argument
420 const bool do_history, in uvedit_edge_select_enable() argument
438 if (do_history) { in uvedit_edge_select_enable()
506 const bool do_history, in uvedit_uv_select_set_with_sticky() argument
561 const bool do_history, in uvedit_uv_select_set() argument
575 const bool do_history, in uvedit_uv_select_enable() argument
[all …]
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Doct-hist.h84 do_history (const octave_value_list& args = octave_value_list (),
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_addonman/
H A Dinstall.inf69 method=do_history
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_addonman/
H A Dinstall.inf69 method=do_history
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dui_root.py98 def do_history(self): member in Root
/dports/databases/p5-DBI-Shell/DBI-Shell-11.97/t/
H A Dshell.t50 ok( ! $sh->do_history, "Recall history" );
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/console/
H A Dconsole.cc632 static int do_history = 0; in GetCmd() local
635 do_history = 0; in GetCmd()
658 if (sock->message_length) { do_history++; } in GetCmd()
661 if (do_history) { add_history(line); } in GetCmd()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/console/
H A Dconsole.cc632 static int do_history = 0; in GetCmd() local
635 do_history = 0; in GetCmd()
658 if (sock->message_length) { do_history++; } in GetCmd()
661 if (do_history) { add_history(line); } in GetCmd()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/console/
H A Dconsole.cc632 static int do_history = 0; in GetCmd() local
635 do_history = 0; in GetCmd()
658 if (sock->message_length) { do_history++; } in GetCmd()
661 if (do_history) { add_history(line); } in GetCmd()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/console/
H A Dconsole.cc632 static int do_history = 0; in GetCmd() local
635 do_history = 0; in GetCmd()
658 if (sock->message_length) { do_history++; } in GetCmd()
661 if (do_history) { add_history(line); } in GetCmd()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/console/
H A Dconsole.cc670 static int do_history = 0; in GetCmd() local
673 do_history = 0; in GetCmd()
701 do_history++; in GetCmd()
705 if (do_history) { in GetCmd()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/console/
H A Dconsole.cc632 static int do_history = 0; in GetCmd() local
635 do_history = 0; in GetCmd()
658 if (sock->message_length) { do_history++; } in GetCmd()
661 if (do_history) { add_history(line); } in GetCmd()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/console/
H A Dconsole.cc670 static int do_history = 0; in GetCmd() local
673 do_history = 0; in GetCmd()
701 do_history++; in GetCmd()
705 if (do_history) { in GetCmd()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/console/
H A Dconsole.cc632 static int do_history = 0; in GetCmd() local
635 do_history = 0; in GetCmd()
658 if (sock->message_length) { do_history++; } in GetCmd()
661 if (do_history) { add_history(line); } in GetCmd()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/console/
H A Dconsole.cc670 static int do_history = 0; in GetCmd() local
673 do_history = 0; in GetCmd()
701 do_history++; in GetCmd()
705 if (do_history) { in GetCmd()

1234