Home
last modified time | relevance | path

Searched refs:cmd_show (Results 26 – 50 of 111) sorted by relevance

12345

/dports/net/zebra-server/idzebra-2.0.55/index/
H A Dzebrash.c434 static int cmd_show( char *args[], WRBUF outbuff) in cmd_show() function
628 cmd_show},
631 cmd_show},
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/examples/peerconnection/client/
H A Dmain.cc77 int cmd_show) { in wWinMain() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/examples/peerconnection/client/
H A Dmain.cc77 int cmd_show) { in wWinMain() argument
/dports/security/lastpass-cli/lastpass-cli-1.3.3/
H A Dcmd.h83 int cmd_show(int argc, char **argv);
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/win32/
H A Dui_window.c830 win->cmd_show = SW_SHOWNORMAL; in ui_window_init()
1136 SetWindowPos(win->my_window, win->cmd_show == SW_SHOWNA ? HWND_TOPMOST : 0, 0, 0, in ui_window_show()
1138 (win->cmd_show == SW_SHOWNA ? SWP_NOACTIVATE : 0) | SWP_NOMOVE | SWP_NOZORDER); in ui_window_show()
1153 ShowWindow(win->my_window, win->cmd_show); in ui_window_show()
1179 ShowWindow(win->my_window, win->cmd_show); in ui_window_map()
1219 SetWindowPos(win->my_window, win->cmd_show == SW_SHOWNA ? HWND_TOPMOST : 0, 0, 0, in ui_window_resize()
1222 (win->cmd_show == SW_SHOWNA ? SWP_NOACTIVATE : 0) | SWP_NOMOVE | SWP_NOZORDER); in ui_window_resize()
1272 win->cmd_show = SW_SHOWNA; in ui_window_set_override_redirect()
1279 win->cmd_show = SW_SHOWNORMAL; in ui_window_set_override_redirect()
1284 ShowWindow(root->my_window, win->cmd_show); in ui_window_set_override_redirect()
[all …]
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dttscp.cc329 int cmd_show(char *param, a_ttscp *a) in cmd_show() function
413 TTSCP_COMMAND("show", cmd_show, "parameter", PAR_REQ)
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/cmd.src/
H A DMakefile.in47 cmd_info.o cmd_show.o cmd_gui.o \
/dports/lang/see/see-3.1.1424/shell/
H A Ddebug.c73 static int cmd_show(struct SEE_interpreter *, struct debug *,
98 { "show", cmd_show, "show current breakpoints" },
488 cmd_show(interp, debug, loc, context, arg) in cmd_show() function
/dports/audio/epos-devel/epos-2.5.37/doc/
H A DTodo41 - whether decoding and encoding is properly done for all data types - also cmd_show
/dports/textproc/uim-gtk/uim-d1ac9d9/emacs/
H A Duim-el-agent.c139 cmd_show(int context_id) in cmd_show() function
391 ret = cmd_show(cid); in process_command()
/dports/textproc/uim-el/uim-d1ac9d9/emacs/
H A Duim-el-agent.c139 cmd_show(int context_id) in cmd_show() function
391 ret = cmd_show(cid); in process_command()
/dports/textproc/uim-qt5/uim-d1ac9d9/emacs/
H A Duim-el-agent.c139 cmd_show(int context_id) in cmd_show() function
391 ret = cmd_show(cid); in process_command()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/emacs/
H A Duim-el-agent.c139 cmd_show(int context_id) in cmd_show() function
391 ret = cmd_show(cid); in process_command()
/dports/textproc/uim-gtk3/uim-d1ac9d9/emacs/
H A Duim-el-agent.c139 cmd_show(int context_id) in cmd_show() function
391 ret = cmd_show(cid); in process_command()
/dports/japanese/uim-anthy/uim-d1ac9d9/emacs/
H A Duim-el-agent.c139 cmd_show(int context_id) in cmd_show() function
391 ret = cmd_show(cid); in process_command()
/dports/sysutils/password-store/password-store-1.7.4/src/
H A Dpassword-store.sh368 cmd_show() { function
675 cmd_show "$@"
709 show|ls|list) shift; cmd_show "$@" ;;
/dports/net/samba412/samba-4.12.15/python/samba/netcmd/
H A Dcontact.py447 class cmd_show(Command): class
682 subcommands["show"] = cmd_show()
/dports/dns/knot3-lib/knot-3.1.5/src/utils/knsupdate/
H A Dknsupdate_exec.c58 int cmd_show(const char* lp, knsupdate_params_t *params);
116 cmd_show,
956 int cmd_show(const char* lp, knsupdate_params_t *params) in cmd_show() function
/dports/dns/knot3/knot-3.1.5/src/utils/knsupdate/
H A Dknsupdate_exec.c58 int cmd_show(const char* lp, knsupdate_params_t *params);
116 cmd_show,
956 int cmd_show(const char* lp, knsupdate_params_t *params) in cmd_show() function
/dports/sysutils/dateutils/dateutils-0.4.1/lib/
H A Dtzmap.c692 cmd_show(const struct yuck_cmd_show_s argi[static 1U]) in cmd_show() function
768 rc = cmd_show((void*)argi); in main()
/dports/sysutils/netevent/netevent-0.2.1-79-g37c47a4/src/
H A Dmain.cpp290 cmd_show(int argc, char **argv) in cmd_show() function
847 return cmd_show(argc-1, argv+1); in main()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/git-patches/
H A D0002-revision-separate-walk-and-unsorted-flags.patch30 @@ -637,7 +637,7 @@ int cmd_show(int argc, const char **argv, const char *prefix)
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/_support/git-patches/
H A D0002-revision-separate-walk-and-unsorted-flags.patch30 @@ -637,7 +637,7 @@ int cmd_show(int argc, const char **argv, const char *prefix)
/dports/devel/dulwich/dulwich-0.19.16/bin/
H A Ddulwich284 class cmd_show(Command):
694 "show": cmd_show,
/dports/emulators/qemu5/qemu-5.2.0/tests/qemu-iotests/
H A Dqed.py108 def cmd_show(qed, *args): function

12345