Home
last modified time | relevance | path

Searched refs:trimcomments (Results 1 – 3 of 3) sorted by relevance

/dports/science/plumed/plumed2-2.7.2/src/tools/
H A DTools.cpp208 bool Tools::getParsedLine(IFile& ifile,vector<string> & words, bool trimcomments) { in getParsedLine() argument
216 if(trimcomments) trimComments(line); in getParsedLine()
219 vector<string> w=getWords(line,NULL,&parlevel,"{",trimcomments); in getParsedLine()
225 w.clear(); if(!trimcomments) words.push_back("..."); in getParsedLine()
239 if(!trimcomments && parlevel==0) words.push_back("@newline"); in getParsedLine()
240 else if(!trimcomments) words[words.size()-1] += " @newline"; in getParsedLine()
H A DTools.h77 …static bool getParsedLine(IFile&ifile,std::vector<std::string> & line, const bool trimcomments=tru…
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dbml.cpp54 static std::string trimcomments(std::string str) in trimcomments() function
141 line = trimcomments(line); in bml_read_line()