Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/network/water/
H A Dwaterreaddata.c82 int LineStartsWith(const char *a, const char *b) in LineStartsWith() function
90LineStartsWith(line, "[JUNCTIONS]") || LineStartsWith(line, "[RESERVOIRS]") || LineStartsWith(line… in CheckDataSegmentEnd()
108 while (LineStartsWith(line, ";")) { in GetDataSegment()