Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregint.h775 extern void onig_print_compiled_byte_code P_((FILE* f, UChar* bp, UChar** nextp, OnigEncoding enc));
Dregparse.c5173 UChar *qstart, *qend, *nextp; in parse_exp() local
5178 qend = find_str_position(end_op, 2, qstart, end, &nextp, env->enc); in parse_exp()
5180 nextp = qend = end; in parse_exp()
5184 *src = nextp; in parse_exp()
Dregcomp.c5868 onig_print_compiled_byte_code(FILE* f, UChar* bp, UChar** nextp, in onig_print_compiled_byte_code() argument
6108 if (nextp) *nextp = bp; in onig_print_compiled_byte_code()