Home
last modified time | relevance | path

Searched refs:next_next (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
DFileSpec.cpp137 const auto next_next = safeCharAtIndex(path, i+2); in needsNormalization() local
138 switch (next_next) { in needsNormalization()
/freebsd-12-stable/contrib/binutils/libiberty/
Dregex.c4310 const CHAR_T *next_next = p + 1 < pend ? p + 1 : 0; in PREFIX() local
4315 : next_backslash && next_next && *next_next == ')') in PREFIX()
4318 : next_backslash && next_next && *next_next == '|'); in PREFIX()
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dregex.c4310 const CHAR_T *next_next = p + 1 < pend ? p + 1 : 0; in PREFIX() local
4315 : next_backslash && next_next && *next_next == ')') in PREFIX()
4318 : next_backslash && next_next && *next_next == '|'); in PREFIX()