Home
last modified time | relevance | path

Searched defs:next_next (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp136 const auto next_next = safeCharAtIndex(path, i+2); in needsNormalization() local
/openbsd-src/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c2968 const char *next_next = p + 1 < pend ? p + 1 : 0; local
/openbsd-src/gnu/usr.bin/cvs/lib/
H A Dregex.c3130 const char *next_next = p + 1 < pend ? p + 1 : 0; local
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c4310 const CHAR_T *next_next = p + 1 < pend ? p + 1 : 0; in PREFIX() local