Home
last modified time | relevance | path

Searched refs:isWaitCmd (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Ddirectcommands.h61 …void AddCommandsToArray(const wxString& cmds, wxArrayString& array, bool isWaitCmd = false…
H A Ddirectcommands.cpp108 void DirectCommands::AddCommandsToArray(const wxString& cmds, wxArrayString& array, bool isWaitCmd,… in AddCommandsToArray() argument
119 if (isWaitCmd) in AddCommandsToArray()