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

/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.lex.c83 * getexcl the variables lap, exclp, and exclnxt are all zero.
92 static Char *exclp = NULL; variable
441 if (exclp) {
442 if ((c = *exclp++) != 0)
449 exclp = 0;
1322 exclp = cp;
/macosx-10.10.1/ruby-106/ruby/
H A Drange.c966 rb_range_values(VALUE range, VALUE *begp, VALUE *endp, int *exclp) argument
985 *exclp = excl;
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;
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dintern.h621 int rb_range_values(VALUE range, VALUE *begp, VALUE *endp, int *exclp);

Completed in 124 milliseconds