Home
last modified time | relevance | path

Searched refs:cmd_i (Results 1 – 25 of 177) sorted by relevance

12345678

/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/etc/
H A Dcargo.bashcomp.sh15 local cmd_i cmd dd_i
16 for (( cmd_i=1; cmd_i<$nwords; cmd_i++ ));
18 if [[ ! "${words[$cmd_i]}" =~ ^[+-] ]]; then
19 cmd="${words[$cmd_i]}"
98 elif [[ $cword -le $cmd_i ]]; then
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/etc/
H A Dcargo.bashcomp.sh15 local cmd_i cmd dd_i
16 for (( cmd_i=1; cmd_i<$nwords; cmd_i++ ));
18 if [[ ! "${words[$cmd_i]}" =~ ^[+-] ]]; then
19 cmd="${words[$cmd_i]}"
93 elif [[ $cword -le $cmd_i ]]; then
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/etc/
H A Dcargo.bashcomp.sh15 local cmd_i cmd dd_i
16 for (( cmd_i=1; cmd_i<$nwords; cmd_i++ ));
18 if [[ ! "${words[$cmd_i]}" =~ ^[+-] ]]; then
19 cmd="${words[$cmd_i]}"
98 elif [[ $cword -le $cmd_i ]]; then
/dports/math/curv/curv-0.5/extern/imgui/examples/
H A Dimgui_impl_opengl2.cpp126 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_ImplOpenGL2_RenderDrawData() local
128 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplOpenGL2_RenderDrawData()
H A Dimgui_impl_dx9.cpp170 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_ImplDX9_RenderDrawData() local
172 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplDX9_RenderDrawData()
H A Dimgui_impl_marmalade.cpp69 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_Marmalade_RenderDrawData() local
71 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_Marmalade_RenderDrawData()
H A Dimgui_impl_allegro5.cpp126 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_ImplAllegro5_RenderDrawData() local
128 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplAllegro5_RenderDrawData()
/dports/graphics/milton/milton-1.9.1/third_party/imgui/examples/
H A Dimgui_impl_opengl2.cpp129 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_ImplOpenGL2_RenderDrawData() local
131 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplOpenGL2_RenderDrawData()
H A Dimgui_impl_dx9.cpp171 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_ImplDX9_RenderDrawData() local
173 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplDX9_RenderDrawData()
H A Dimgui_impl_marmalade.cpp70 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_Marmalade_RenderDrawData() local
72 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_Marmalade_RenderDrawData()
H A Dimgui_impl_allegro5.cpp127 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_ImplAllegro5_RenderDrawData() local
129 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplAllegro5_RenderDrawData()
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/examples/
H A Dimgui_impl_opengl2.cpp126 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_ImplOpenGL2_RenderDrawData() local
128 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplOpenGL2_RenderDrawData()
H A Dimgui_impl_dx9.cpp170 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_ImplDX9_RenderDrawData() local
172 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplDX9_RenderDrawData()
H A Dimgui_impl_marmalade.cpp69 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_Marmalade_RenderDrawData() local
71 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_Marmalade_RenderDrawData()
/dports/audio/faudio/FAudio-21.01/utils/uicommon/
H A DFAudioUI_ui.cpp94 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i += 1) in UI_RenderDrawLists() local
96 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in UI_RenderDrawLists()
/dports/misc/dartsim/dart-6.11.1/dart/external/imgui/
H A Dimgui_impl_opengl2.cpp158 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_ImplOpenGL2_RenderDrawData() local
160 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplOpenGL2_RenderDrawData()
/dports/lang/rust/cargo-1.57.0-x86_64-unknown-dragonfly/cargo/etc/bash_completion.d/
H A Dcargo15 local cmd_i cmd dd_i
16 for (( cmd_i=1; cmd_i<$nwords; cmd_i++ ));
18 if [[ ! "${words[$cmd_i]}" =~ ^[+-] ]]; then
19 cmd="${words[$cmd_i]}"
98 elif [[ $cword -le $cmd_i ]]; then
/dports/graphics/ospray-studio/ospray_studio-0.9.1/app/
H A Dimgui_impl_opengl2.cpp199 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_ImplOpenGL2_RenderDrawData() local
201 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplOpenGL2_RenderDrawData()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/backends/
H A Dimgui_impl_opengl2.cpp199 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_ImplOpenGL2_RenderDrawData() local
201 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplOpenGL2_RenderDrawData()
H A Dimgui_impl_marmalade.cpp75 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in ImGui_Marmalade_RenderDrawData() local
77 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_Marmalade_RenderDrawData()
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dimgui_impl_btgui.cpp97 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.size(); cmd_i++) { in ImGui_ImplBtGui_RenderDrawLists() local
98 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplBtGui_RenderDrawLists()
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/src/
H A Dgui.cpp231 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) in endFrame() local
233 const ImDrawCmd* pcmd = &cmd_list->CmdBuffer[cmd_i]; in endFrame()
/dports/graphics/ospray/ospray-2.8.0/apps/ospExamples/
H A Dimgui_impl_glfw_gl3.cpp100 for (int cmd_i = 0; cmd_i < cmd_list->CmdBuffer.Size; cmd_i++) { in ImGui_ImplGlfwGL3_Render() local
101 const ImDrawCmd *pcmd = &cmd_list->CmdBuffer[cmd_i]; in ImGui_ImplGlfwGL3_Render()
/dports/misc/amanda-client/amanda-3.3.9/server-src/
H A Dserver_util.c63 cmd_t cmd_i; in getcmd() local
89 for(cmd_i=BOGUS; cmdstr[cmd_i] != NULL; cmd_i++) in getcmd()
90 if(strcmp(cmdargs->argv[0], cmdstr[cmd_i]) == 0) { in getcmd()
91 cmdargs->cmd = cmd_i; in getcmd()
/dports/misc/amanda-server/amanda-3.3.9/server-src/
H A Dserver_util.c63 cmd_t cmd_i; in getcmd() local
89 for(cmd_i=BOGUS; cmdstr[cmd_i] != NULL; cmd_i++) in getcmd()
90 if(strcmp(cmdargs->argv[0], cmdstr[cmd_i]) == 0) { in getcmd()
91 cmdargs->cmd = cmd_i; in getcmd()

12345678