Searched refs:firstMark (Results 1 – 1 of 1) sorted by relevance
1254 size_t firstMark, secondMark; in parsePDBAltPath() local1255 if ((firstMark = ctx.config.pdbAltPath.find('%', cursor)) == in parsePDBAltPath()1257 (secondMark = ctx.config.pdbAltPath.find('%', firstMark + 1)) == in parsePDBAltPath()1266 buf.append(ctx.config.pdbAltPath.substr(cursor, firstMark - cursor)); in parsePDBAltPath()1268 ctx.config.pdbAltPath.substr(firstMark, secondMark - firstMark + 1); in parsePDBAltPath()