Home
last modified time | relevance | path

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

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A DSim2Hotint.cpp125 char commentc = '%'; //comment in String2TreeEDC_SIM() local
126 mystr comment = commentc; //comment in String2TreeEDC_SIM()
143 while (ch == commentc && pos != -1) in String2TreeEDC_SIM()
169 while (ch == commentc && pos != -1) in String2TreeEDC_SIM()
228 int rv = str.GetUntilEOL(pos, commentc, data); in String2TreeEDC_SIM()
279 int rv = str.GetUntilEOL(pos, commentc, data); in String2TreeEDC_SIM()
282 if (str.PosPeek(pos) != commentc) mbs->UO() << "problem with comment\n"; in String2TreeEDC_SIM()
300 int rv = str.GetUntilEOL(pos, commentc, data); in String2TreeEDC_SIM()
303 if (str.PosPeek(pos) != commentc) mbs->UO() << "problem with comment\n"; in String2TreeEDC_SIM()
321 int rv = str.GetUntilEOL(pos, commentc, data); in String2TreeEDC_SIM()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/Parser/
H A Dscript_parser.cpp216 char commentc = '%'; //comment in ExecuteCommand() local
222 mystr comment = mystr(" ")+mystr(commentc); //comment in ExecuteCommand()
2553 mystr comment = mystr(" ")+mystr(commentc); //comment in EDC2String()
2931 commentc = '%'; //comment in Initialize()
2932 comment = commentc; //comment in Initialize()
2950 int rv = str.GetUntilEOL(pos, commentc, data); in ReadComment()
2954 if (str.PosPeek(pos) != commentc) in ReadComment()
3321 while (ch == commentc && pos != -1) in ParseAndExecuteString_recursive()
3373 while (ch == commentc && pos != -1) in ParseAndExecuteString_recursive()
3408 int rv2 = str.GetUntilEOL(pos, commentc, text); in ParseAndExecuteString_recursive()
H A Dscript_parser.h1093 char commentc; //comment variable