Searched refs:firstMark (Results 1 – 1 of 1) sorted by relevance
1253 size_t firstMark, secondMark; in parsePDBAltPath() local1254 if ((firstMark = ctx.config.pdbAltPath.find('%', cursor)) == in parsePDBAltPath()1256 (secondMark = ctx.config.pdbAltPath.find('%', firstMark + 1)) == in parsePDBAltPath()1265 buf.append(ctx.config.pdbAltPath.substr(cursor, firstMark - cursor)); in parsePDBAltPath()1267 ctx.config.pdbAltPath.substr(firstMark, secondMark - firstMark + 1); in parsePDBAltPath()