Searched refs:begp (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmdebug.c220 reg Vmuchar_t *begp, *endp; local
251 DBHEAD(data,begp,endp);
252 while(begp < endp)
253 *begp++ = DB_MAGIC;
254 DBTAIL(data,begp,endp);
255 while(begp < endp)
256 *begp++ = DB_MAGIC;
586 { reg Vmuchar_t *data, *begp, *endp; local
597 DBHEAD(data,begp,endp);
598 for(; begp < end
[all...]
H A Dvmhdr.h440 #define DBHEAD(d,begp,endp) \
441 (((begp) = (Vmuchar_t*)(&DBSEG(d)) + sizeof(Seg_t*)), ((endp) = (d)) )
442 #define DBTAIL(d,begp,endp) \
443 (((begp) = (Vmuchar_t*)(d)+DBSIZE(d)), ((endp) = (Vmuchar_t*)(&DBLN(d))) )
/macosx-10.10/emacs-93/emacs/src/
H A Dcoding.c5092 unsigned char *begp_orig, *begp, *endp_orig, *endp, c;
5136 begp_orig = begp = str + *beg;
5141 begp_orig = begp = BYTE_POS_ADDR (*beg);
5142 endp_orig = endp = begp + *end - *beg;
5156 while (begp < endp && *begp < 0x80 && *begp != '\r') begp++;
5158 while (begp < endp && *begp <
5085 unsigned char *begp_orig, *begp, *endp_orig, *endp, c; local
5256 unsigned char *begp_orig, *begp, *endp_orig, *endp; local
[all...]
/macosx-10.10/ruby-106/ruby/
H A Drange.c966 rb_range_values(VALUE range, VALUE *begp, VALUE *endp, int *exclp) argument
983 *begp = b;
990 rb_range_beg_len(VALUE range, long *begp, long *lenp, long len, int err) argument
1021 *begp = beg;
H A Drandom.c1028 range_values(VALUE vmax, VALUE *begp, VALUE *endp, int *exclp) argument
1032 if (!rb_range_values(vmax, begp, &end, exclp)) return Qfalse;
1035 r = rb_funcall2(end, id_minus, 1, begp);
/macosx-10.10/zsh-61/zsh/Src/
H A Dpattern.c2043 int *nump, int *begp, int *endp)
2329 if (begp)
2330 *begp++ = CHARSUB(patinstart, *sp) + patoffset;
2335 if (begp)
2336 *begp++ = -1;
2041 pattryrefs(Patprog prog, char *string, int stringlen, int unmetalen, int patoffset, int *nump, int *begp, int *endp) argument
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dintern.h621 int rb_range_values(VALUE range, VALUE *begp, VALUE *endp, int *exclp);

Completed in 163 milliseconds