Home | History | Annotate | Download | only in dist

Lines Matching defs:getNextString

101407 static int getNextString(
101620 ** search for the closing quote and pass the whole string to getNextString()
101630 return getNextString(pParse, &zInput[1], ii-1, ppExpr);