Searched refs:can_be_null (Results 1 - 19 of 19) sorted by relevance

/haiku-fatelf/headers/private/mail/
H A Dregex.h370 unsigned can_be_null : 1; member in struct:re_pattern_buffer
426 unsigned can_be_null : 1; member in struct:re_pattern_buffer
/haiku-fatelf/headers/build/host/cygwin/
H A Dregex.h365 unsigned can_be_null : 1; member in struct:re_pattern_buffer
/haiku-fatelf/headers/build/host/sunos/
H A Dregex.h393 unsigned __REPB_PREFIX(can_be_null) : 1;
/haiku-fatelf/headers/posix/
H A Dregex.h393 unsigned __REPB_PREFIX(can_be_null) : 1;
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex.h491 unsigned int _REG_RE_NAME (can_be_null) : 1;
H A Dregcomp.c438 bufp->can_be_null = 1;
774 preg->can_be_null = 0;
H A Dregexec.c678 && start != last_start && !preg->can_be_null)
/haiku-fatelf/src/bin/diffutils/lib/posix/
H A Dregex.h364 unsigned can_be_null : 1;
361 unsigned can_be_null : 1; member in struct:re_pattern_buffer
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex.h487 unsigned int _REG_RE_NAME (can_be_null) : 1;
H A Dregcomp.c412 bufp->can_be_null = 1;
748 preg->can_be_null = 0;
H A Dregexec.c667 && start != last_start && !preg->can_be_null)
/haiku-fatelf/src/bin/gawk/
H A Dregex.h372 unsigned can_be_null : 1;
369 unsigned can_be_null : 1; member in struct:re_pattern_buffer
H A Dregcomp.c383 bufp->can_be_null = 1;
692 preg->can_be_null = 0;
H A Dregexec.c596 && range && !preg->can_be_null) ? preg->fastmap : NULL);
/haiku-fatelf/src/bin/gdb/include/
H A Dxregex2.h367 unsigned can_be_null : 1;
364 unsigned can_be_null : 1; member in struct:re_pattern_buffer
/haiku-fatelf/src/bin/diffutils/lib/
H A Dregex.c1185 printf ("can_be_null: %d\t", bufp->can_be_null);
4633 We set the `fastmap', `fastmap_accurate', and `can_be_null' fields in
4701 bufp->can_be_null = 0;
4710 bufp->can_be_null |= path_can_be_null;
4732 `can_be_null' stops `re_search_2' from using the fastmap, so
4735 bufp->can_be_null = 1;
4764 bufp->can_be_null = 1;
4811 /* Return if we have already set `can_be_null'; if we have,
4813 else if (bufp->can_be_null)
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dregex.c1188 printf ("can_be_null: %d\t", bufp->can_be_null);
4591 We set the `fastmap', `fastmap_accurate', and `can_be_null' fields in
4663 bufp->can_be_null = 0;
4672 bufp->can_be_null |= path_can_be_null;
4694 `can_be_null' stops `re_search_2' from using the fastmap, so
4697 bufp->can_be_null = 1;
4726 bufp->can_be_null = 1;
4773 /* Return if we have already set `can_be_null'; if we have,
4775 else if (bufp->can_be_null)
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c427 bufp->can_be_null = 1;
749 preg->can_be_null = 0;
H A Dregexec.c643 && range && !preg->can_be_null) ? preg->fastmap : NULL;

Completed in 314 milliseconds