Searched refs:FBMcf_TAIL (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexp.h125 #define FBMcf_TAIL (FBMcf_TAIL_DOLLAR|FBMcf_TAIL_DOLLARM|FBMcf_TAIL_Z|FBMcf_TAIL_z) macro
H A Dutil.c338 0 and 1, and for strings of length 2 unless FBMcf_TAIL. These are
341 If FBMcf_TAIL, the table is created as if the string has a trailing \n. */
364 if (flags & FBMcf_TAIL) {
408 if (flags & FBMcf_TAIL)
602 if ( s == bigend && (table[-1] & FBMcf_TAIL)
H A Dregcomp.c2017 fbm_compile(data.longest_float, t ? FBMcf_TAIL : 0);
2044 fbm_compile(data.longest_fixed, t ? FBMcf_TAIL : 0);

Completed in 33 milliseconds