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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
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
/netbsd-6-1-5-RELEASE/gnu/dist/grep/lib/
H A Dregex.c4332 const CHAR_TYPE *next_next = p + 1 < pend ? p + 1 : 0;
4337 : next_backslash && next_next && *next_next == ')')
4340 : next_backslash && next_next && *next_next == '|');
4317 const CHAR_TYPE *next_next = p + 1 < pend ? p + 1 : 0; local
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/lib/
H A Dregex.c4411 const CHAR_T *next_next = p + 1 < pend ? p + 1 : 0;
4416 : next_backslash && next_next && *next_next == ')')
4419 : next_backslash && next_next && *next_next == '|');
4398 const CHAR_T *next_next = p + 1 < pend ? p + 1 : 0; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
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
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/libgrep/
H A Dregex.c4321 const CHAR_T *next_next = p + 1 < pend ? p + 1 : 0;
4326 : next_backslash && next_next && *next_next == ')')
4329 : next_backslash && next_next && *next_next == '|');
4308 const CHAR_T *next_next = p + 1 < pend ? p + 1 : 0; local

Completed in 364 milliseconds