Home
last modified time | relevance | path

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

/dports/devel/fossil/fossil-src-2.17/src/
H A Dth.c137 static int thEndOfLine(const char *, int);
779 static int thEndOfLine(const char *zInput, int nInput){ in thEndOfLine() function
925 while( !thEndOfLine(zInput, nInput) ){ in thEvalLocal()
935 while( rc==TH_OK && *zInput!=';' && !thEndOfLine(zInput, nInput) ){ in thEvalLocal()