Home
last modified time | relevance | path

Searched refs:can_be_null (Results 1 – 5 of 5) sorted by relevance

/haiku/src/build/libgnuregex/
H A Dregex.h314 unsigned can_be_null : 1; member
H A Dregex.c736 printf ("can_be_null: %d\t", bufp->can_be_null);
2557 bufp->can_be_null = 0;
2563 bufp->can_be_null |= path_can_be_null;
2587 bufp->can_be_null = 1;
2642 else if (bufp->can_be_null)
2740 bufp->can_be_null = 1;
2793 bufp->can_be_null |= path_can_be_null;
2919 if (fastmap && startpos < total_size && !bufp->can_be_null)
2958 && !bufp->can_be_null)
/haiku/headers/posix/
H A Dregex.h381 unsigned __REPB_PREFIX(can_be_null) : 1;
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c424 bufp->can_be_null = 1; in re_compile_fastmap_iter()
752 preg->can_be_null = 0; in re_compile_internal()
H A Dregexec.c605 && start != last_start && !preg->can_be_null) in re_search_internal()