Home
last modified time | relevance | path

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

/freebsd-10-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-10-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()