Home
last modified time | relevance | path

Searched +defs:Command +defs:N (Results 1 – 25 of 118) sorted by relevance

12345

/dports/devel/adacurses/AdaCurses-20180127/samples/
H A Dsample-keyboard_handler.adb71 function Command return Real_Key_Code; subprogspec
73 function Command return Real_Key_Code subprogram
85 (Make (0, 0, "Command:"), argument
89 K : Real_Key_Code := Key_None;
90 N : Natural := 0; variable
92 function My_Driver (F : Form;
/dports/devel/ncurses/ncurses-6.3/Ada95/samples/
H A Dsample-keyboard_handler.adb72 function Command return Real_Key_Code; subprogspec
74 function Command return Real_Key_Code subprogram
86 (Make (0, 0, "Command:"), argument
90 K : Real_Key_Code := Key_None;
91 N : Natural := 0; variable
93 function My_Driver (F : Form;
/dports/lang/spidermonkey60/firefox-60.9.0/tools/fuzzing/libfuzzer/
H A DFuzzerUtil.cpp199 unsigned N = std::thread::hardware_concurrency(); in NumberOfCpuCores() local
208 bool ExecuteCommandAndReadOutput(const std::string &Command, std::string *Out) { in ExecuteCommandAndReadOutput()
212 size_t N; in ExecuteCommandAndReadOutput() local
/dports/audio/giada/giada-0.17.1/src/deps/json/test/thirdparty/Fuzzer/
H A DFuzzerUtil.cpp199 unsigned N = std::thread::hardware_concurrency(); in NumberOfCpuCores() local
208 bool ExecuteCommandAndReadOutput(const std::string &Command, std::string *Out) { in ExecuteCommandAndReadOutput()
212 size_t N; in ExecuteCommandAndReadOutput() local
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/json/test/thirdparty/Fuzzer/
H A DFuzzerUtil.cpp199 unsigned N = std::thread::hardware_concurrency(); in NumberOfCpuCores() local
208 bool ExecuteCommandAndReadOutput(const std::string &Command, std::string *Out) { in ExecuteCommandAndReadOutput()
212 size_t N; in ExecuteCommandAndReadOutput() local
/dports/devel/nlohmann-json/json-3.10.4/test/thirdparty/Fuzzer/
H A DFuzzerUtil.cpp199 unsigned N = std::thread::hardware_concurrency(); in NumberOfCpuCores() local
208 bool ExecuteCommandAndReadOutput(const std::string &Command, std::string *Out) { in ExecuteCommandAndReadOutput()
212 size_t N; in ExecuteCommandAndReadOutput() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp262 StringRef Command) { in printInvalidCommand()
297 for (uint32_t I = 0, N = Info.getNumberOfFrames(); I < N; ++I) { in print() local
368 StringRef Command) { in printInvalidCommand()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp262 StringRef Command) { in printInvalidCommand()
297 for (uint32_t I = 0, N = Info.getNumberOfFrames(); I < N; ++I) { in print() local
368 StringRef Command) { in printInvalidCommand()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp262 StringRef Command) { in printInvalidCommand()
297 for (uint32_t I = 0, N = Info.getNumberOfFrames(); I < N; ++I) { in print() local
368 StringRef Command) { in printInvalidCommand()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp262 StringRef Command) { in printInvalidCommand()
297 for (uint32_t I = 0, N = Info.getNumberOfFrames(); I < N; ++I) { in print() local
368 StringRef Command) { in printInvalidCommand()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp262 StringRef Command) { in printInvalidCommand()
297 for (uint32_t I = 0, N = Info.getNumberOfFrames(); I < N; ++I) { in print() local
368 StringRef Command) { in printInvalidCommand()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp262 StringRef Command) { in printInvalidCommand()
297 for (uint32_t I = 0, N = Info.getNumberOfFrames(); I < N; ++I) { in print() local
368 StringRef Command) { in printInvalidCommand()
/dports/comms/sredird/sredird-2.2.2/
H A Dsredird.c484 int N; in HDBLockFile() local
1320 void SendTelnetOption(BufferType * B, unsigned char Command, char Option) in SendTelnetOption()
1362 void SendCPCFlowCommand(BufferType *B, unsigned char Command) in SendCPCFlowCommand()
1378 void SendCPCByteCommand(BufferType *B, unsigned char Command, unsigned char Parm) in SendCPCByteCommand()
1390 void HandleCPCCommand(BufferType *SockB, int PortFd, unsigned char * Command, size_t CSize) in HandleCPCCommand()
1642 void HandleIACCommand(BufferType * SockB, int PortFd, unsigned char * Command, size_t CSize) in HandleIACCommand()
/dports/games/dose-response/dose-response-179c326/src/
H A Dstate.rs45 pub enum Command { enum
46 N, enumerator
172 commands: VecDeque<Command>, in new()
484 pub fn log_command<W: Write>(writer: &mut W, command: Command) { in log_command()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/motif/
H A Dlistbox.cpp181 void wxListBox::DoSetFirstItem( int N ) in DoSetFirstItem()
248 void wxListBox::DoSetSelection(int N, bool select) in DoSetSelection()
431 void wxListBox::Command (wxCommandEvent & event) in Command() function in wxListBox
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/motif/
H A Dlistbox.cpp181 void wxListBox::DoSetFirstItem( int N ) in DoSetFirstItem()
248 void wxListBox::DoSetSelection(int N, bool select) in DoSetSelection()
431 void wxListBox::Command (wxCommandEvent & event) in Command() function in wxListBox
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/motif/
H A Dlistbox.cpp181 void wxListBox::DoSetFirstItem( int N ) in DoSetFirstItem()
248 void wxListBox::DoSetSelection(int N, bool select) in DoSetSelection()
431 void wxListBox::Command (wxCommandEvent & event) in Command() function in wxListBox
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/swl/
H A Dswl_popupmenu.cpp216 bool PopupMenu::Command( int id, int subId, Win* win, void* d ) in Command() function in wal::PopupMenu
246 int N = -1; in EventMouse() local
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/os/exec/
H A Dexec.go126 func Command(name string, arg ...string) *Cmd { func
551 N int // max size of prefix or suffix member
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/os/exec/
H A Dexec.go126 func Command(name string, arg ...string) *Cmd { func
551 N int // max size of prefix or suffix member
/dports/lang/gcc8/gcc-8.5.0/libgo/go/os/exec/
H A Dexec.go151 func Command(name string, arg ...string) *Cmd { func
619 N int // max size of prefix or suffix member
/dports/lang/gcc10/gcc-10.3.0/libgo/go/os/exec/
H A Dexec.go169 func Command(name string, arg ...string) *Cmd { func
665 N int // max size of prefix or suffix member
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/os/exec/
H A Dexec.go151 func Command(name string, arg ...string) *Cmd { func
619 N int // max size of prefix or suffix member
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/os/exec/
H A Dexec.go168 func Command(name string, arg ...string) *Cmd { func
660 N int // max size of prefix or suffix member
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/os/exec/
H A Dexec.go169 func Command(name string, arg ...string) *Cmd { func
665 N int // max size of prefix or suffix member

12345