Added findstring remain function to shell and removed fullstring
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@471
This commit is contained in:
parent
b226986fc3
commit
0485d33490
2 changed files with 13 additions and 10 deletions
|
@ -37,8 +37,8 @@ public:
|
|||
bool FindString(char * name,std::string & value,bool remove=false);
|
||||
bool FindCommand(int which,std::string & value);
|
||||
bool FindStringBegin(char * begin,std::string & value, bool remove=false);
|
||||
bool FindStringRemain(char * name,std::string & value);
|
||||
int GetCount(void);
|
||||
void CommandLine::GetFullLine( char * in);
|
||||
private:
|
||||
typedef std::list<std::string>::iterator cmd_it;
|
||||
std::list<std::string> cmds;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue