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

/macosx-10.9.5/ruby-104/ruby/
H A Dregerror.c322 UChar* pat, UChar* pat_end, const UChar *fmt, va_list args)
331 need = (pat_end - pat) * 4 + 4;
338 while (p < pat_end) {
341 len = enclen(enc, p, pat_end);
348 else if (ONIGENC_IS_MBC_HEAD(enc, p, pat_end)) {
349 len = enclen(enc, p, pat_end);
384 UChar* pat, UChar* pat_end, const UChar *fmt, ...)
386 onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist)
391 UChar* pat_end;
399 pat, pat_end, fm
321 onig_vsnprintf_with_pattern(UChar buf[], int bufsize, OnigEncoding enc, UChar* pat, UChar* pat_end, const UChar *fmt, va_list args) argument
383 onig_snprintf_with_pattern(UChar buf[], int bufsize, OnigEncoding enc, UChar* pat, UChar* pat_end, const UChar *fmt, ...) argument
[all...]
H A Dregint.h866 extern void onig_snprintf_with_pattern PV_((UChar buf[], int bufsize, OnigEncoding enc, UChar* pat, UChar* pat_end, const UChar *fmt, ...));
H A Dregparse.c2891 UChar* pat, UChar* pat_end, const UChar *fmt, va_list args);
/macosx-10.9.5/patch_cmds-17/patch/
H A Dpatch.c681 const LINENUM pat_end = pch_end(); local
694 for (i = 0; i <= pat_end; i++) {
747 const LINENUM pat_end = pch_end(); local
756 for (i = 0; i <= pat_end; i++) {
771 while (i < split || j <= pat_end) {
773 ch2 = j <= pat_end ? pch_char(j) : -1;
787 while (j <= pat_end && ch2 == '!') {
790 ch2 = j <= pat_end ? pch_char(j) : -1;
820 const LINENUM pat_end = pch_end(); local
841 } else if (new > pat_end) {
[all...]
/macosx-10.9.5/vim-53/src/proto/
H A Dfileio.pro56 char_u *file_pat_to_reg_pat __ARGS((char_u *pat, char_u *pat_end, char *allow_dirs, int no_bslash));
/macosx-10.9.5/gpatch-3/patch/
H A Dpatch.c937 register LINENUM pat_end = pch_end (); local
949 for (i=0; i<=pat_end; i++) {
999 register LINENUM pat_end = pch_end (); local
1029 else if (new > pat_end) {
1112 if (new <= pat_end && pch_char(new) == '+') {
1138 while (new <= pat_end && pch_char (new) == '+');
/macosx-10.9.5/emacs-92/emacs/src/
H A Dsearch.c1647 unsigned char *pat, *pat_end;
1692 pat_end = base_pat + len_byte;
1697 base_pat = pat_end - 1;
1744 && ((pat_end - ptr) == 1 || CHAR_HEAD_P (ptr[1])))
1638 unsigned char *pat, *pat_end; local
/macosx-10.9.5/vim-53/src/
H A Dfileio.c10101 file_pat_to_reg_pat(pat, pat_end, allow_dirs, no_bslash)
10103 char_u *pat_end; /* first char after pattern or NULL */
10120 if (pat_end == NULL)
10121 pat_end = pat + STRLEN(pat);
10128 for (p = pat + 1; p < pat_end && *p != '>'; p++)
10130 if (p < pat_end)
10134 if (p + 1 >= pat_end)
10155 for (p = pat; p < pat_end; p++)
10199 while (pat[0] == '*' && pat < pat_end - 1)
10203 endp = pat_end
[all...]

Completed in 1106 milliseconds