Searched refs:reghopmaybe3 (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | regexec.c | 141 ? reghopmaybe3((U8*)pos, (SSize_t)0-off, (U8*)(lim)) \ 154 ? reghopmaybe3((U8*)pos, off, (U8*)(lim)) \ 5304 U8 * prev_char_pos = reghopmaybe3(*curpos, -1, strbeg); in S_backup_one_GCB() 5311 if ((prev_prev_char_pos = reghopmaybe3((U8 *) prev_char_pos, -1, strbeg))) { in S_backup_one_GCB() 5611 U8 * prev_char_pos = reghopmaybe3(*curpos, -1, strbeg); in S_backup_one_LB() 5618 if ((prev_prev_char_pos = reghopmaybe3((U8 *) prev_char_pos, -1, strbeg))) { in S_backup_one_LB() 5880 U8 * prev_char_pos = reghopmaybe3(*curpos, -1, strbeg); in S_backup_one_SB() 5889 if ((prev_prev_char_pos = reghopmaybe3((U8 *) prev_char_pos, -1, in S_backup_one_SB() 6155 *curpos = reghopmaybe3(*curpos, -1, strbeg); in S_backup_one_WB() 6180 U8 * prev_char_pos = reghopmaybe3(*curpos, -1, strbeg); in S_backup_one_WB() [all …]
|
| D | embed.h | 1996 # define reghopmaybe3 S_reghopmaybe3 macro
|
| D | embed.fnc | 5588 ERST |U8 * |reghopmaybe3 |NN U8 *s \
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5007001 | 191 reghopmaybe3 # F added by devel/scanprov
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | embed.fnc | 2426 ERST |U8* |reghopmaybe3 |NN U8 *s|SSize_t off|NN const U8 * const lim
|