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

/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DFileSpec.cpp136 const auto next_next = safeCharAtIndex(path, i+2); local
137 switch (next_next) {
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/
H A Dgnu-regex.c2982 const char *next_next = p + 1 < pend ? p + 1 : 0;
2987 : next_backslash && next_next && *next_next == ')')
2990 : next_backslash && next_next && *next_next == '|');
2968 const char *next_next = p + 1 < pend ? p + 1 : 0; local
/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dregex.c3145 const char *next_next = p + 1 < pend ? p + 1 : 0;
3150 : next_backslash && next_next && *next_next == ')')
3153 : next_backslash && next_next && *next_next == '|');
3130 const char *next_next = p + 1 < pend ? p + 1 : 0; local
/openbsd-current/gnu/lib/libiberty/src/
H A Dregex.c4323 const CHAR_T *next_next = p + 1 < pend ? p + 1 : 0;
4328 : next_backslash && next_next && *next_next == ')')
4331 : next_backslash && next_next && *next_next == '|');
4310 const CHAR_T *next_next = p + 1 < pend ? p + 1 : 0; local

Completed in 308 milliseconds