Searched refs:pbeg (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/swig-12/Source/DOH/
H A Dmemory.c30 char *pbeg; /* Beg of pool */ member in struct:pool
53 p->pbeg = ((char *) p->ptr);
54 p->pend = p->pbeg + p->blen;
82 if ((cptr >= p->pbeg) && (cptr < p->pend))
/macosx-10.10.1/ruby-106/ruby/
H A Dobject.c1944 const char *pbeg, *p, *path, *pend; local
1971 pbeg = p = path;
1984 pbeg = p;
1993 if (pbeg == p) goto wrong_name;
1995 id = rb_check_id_cstr(pbeg, len = p-pbeg, enc);
1996 beglen = pbeg-path;
2002 pbeg = p;
2011 if (!ISUPPER(*pbeg) || !rb_enc_symname2_p(pbeg, le
[all...]
H A Dvariable.c334 const char *pbeg, *p, *path = RSTRING_PTR(pathname); local
341 pbeg = p = path;
348 id = rb_check_id_cstr(pbeg, p-pbeg, enc);
352 pbeg = p;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c902 unsigned char *pbeg = pend - best_above_byte;
906 while (p > pbeg && !CHAR_HEAD_P (*p)) p--;
975 unsigned char *pbeg = pend - best_above_byte;
979 while (p > pbeg && !CHAR_HEAD_P (*p)) p--;
898 unsigned char *pbeg = pend - best_above_byte; local
970 unsigned char *pbeg = pend - best_above_byte; local

Completed in 321 milliseconds