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

/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex2.h370 unsigned can_be_null : 1;
367 unsigned can_be_null : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h370 unsigned can_be_null : 1;
367 unsigned can_be_null : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h395 unsigned __REPB_PREFIX(can_be_null) : 1;
H A Dregcomp.c425 bufp->can_be_null = 1;
747 preg->can_be_null = 0;
H A Dregexec.c651 && range && !preg->can_be_null) ? preg->fastmap : NULL;
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex2.h367 unsigned can_be_null : 1;
364 unsigned can_be_null : 1; member in struct:re_pattern_buffer
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c1167 printf ("can_be_null: %d\t", bufp->can_be_null);
4528 We set the `fastmap', `fastmap_accurate', and `can_be_null' fields in
4598 bufp->can_be_null = 0;
4607 bufp->can_be_null |= path_can_be_null;
4629 `can_be_null' stops `re_search_2' from using the fastmap, so
4632 bufp->can_be_null = 1;
4661 bufp->can_be_null = 1;
4708 /* Return if we have already set `can_be_null'; if we have,
4710 else if (bufp->can_be_null)
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c1167 printf ("can_be_null: %d\t", bufp->can_be_null);
4528 We set the `fastmap', `fastmap_accurate', and `can_be_null' fields in
4598 bufp->can_be_null = 0;
4607 bufp->can_be_null |= path_can_be_null;
4629 `can_be_null' stops `re_search_2' from using the fastmap, so
4632 bufp->can_be_null = 1;
4661 bufp->can_be_null = 1;
4708 /* Return if we have already set `can_be_null'; if we have,
4710 else if (bufp->can_be_null)
[all...]

Completed in 218 milliseconds