Searched refs:nextch (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/tracker/
H A DRegExp.cpp1179 char nextch; local
1188 nextch = '\0';
1190 nextch = *Operand(next);
1196 if (nextch == '\0' || *fStringInputPointer == nextch) {

Completed in 234 milliseconds