Searched refs:patternp (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/m32c/ |
| H A D | m32c.c | 97 static char pattern[30], *patternp; variable 126 if (patternp == pattern + sizeof (pattern) - 2) in encode_pattern_1() 128 patternp[-1] = '?'; in encode_pattern_1() 132 patternr[patternp - pattern] = x; in encode_pattern_1() 137 *patternp++ = 'r'; in encode_pattern_1() 142 *patternp++ = 'S'; in encode_pattern_1() 146 *patternp++ = 'm'; in encode_pattern_1() 151 *patternp++ = '+'; in encode_pattern_1() 156 *patternp++ = '>'; in encode_pattern_1() 160 *patternp++ = '<'; in encode_pattern_1() [all …]
|
| /openbsd-src/usr.bin/make/ |
| H A D | varmodifiers.c | 447 void *patternp) /* Pattern for substitution */ in VarSubstitute() argument 451 VarPattern *pattern = patternp; in VarSubstitute() 595 VarRESubstitute(struct Name *word, bool addSpace, Buffer buf, void *patternp) in VarRESubstitute() argument 610 pat = patternp; in VarRESubstitute()
|
| /openbsd-src/lib/libc/gen/ |
| H A D | glob.c | 427 g_charclass(const Char **patternp, Char **bufnextp) in g_charclass() argument 429 const Char *pattern = *patternp + 1; in g_charclass() 448 *patternp += len + 3; in g_charclass()
|
| /openbsd-src/gnu/usr.bin/perl/ext/re/ |
| H A D | re.xs | 20 extern REGEXP* my_re_op_compile (pTHX_ SV ** const patternp, int pat_count,
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regexp.h | 310 REGEXP* (*op_comp) (pTHX_ SV ** const patternp, int pat_count,
|
| H A D | regcomp.c | 581 * patternp and pat_count is the array of SVs to be concatted; 590 SV *pat, SV ** const patternp, int pat_count, in S_concat_pat() 606 for (svp = patternp; svp < patternp + pat_count; svp++) { in S_concat_pat() 1333 * a list of SVs (patternp plus pat_count) in Perl_re_op_compile() 1385 Perl_re_op_compile(pTHX_ SV ** const patternp, int pat_count, in Perl_re_op_compile() 1397 SV** new_patternp = patternp; in Perl_re_op_compile() 589 S_concat_pat(pTHX_ RExC_state_t * const pRExC_state,SV * pat,SV ** const patternp,int pat_count,OP * oplist,bool * recompile_p,SV * delim) S_concat_pat() argument 1270 Perl_re_op_compile(pTHX_ SV ** const patternp,int pat_count,OP * expr,const regexp_engine * eng,REGEXP * old_re,bool * is_bare_re,const U32 orig_rx_flags,const U32 pm_flags) Perl_re_op_compile() argument
|
| H A D | proto.h | 3642 Perl_re_op_compile(pTHX_ SV ** const patternp, int pat_count, OP *expr, const regexp_engine *eng, REGEXP *old_re, bool *is_bare_re, const U32 rx_flags, const U32 pm_flags);
|
| H A D | embed.fnc | 2733 Xp |REGEXP *|re_op_compile |NULLOK SV ** const patternp \
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | embed.fnc | 1979 p |REGEXP*|re_op_compile |NULLOK SV ** const patternp \
|