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

/macosx-10.10.1/ruby-106/ruby/
H A Dload.c17 #define IS_RBEXT(e) (strcmp((e), ".rb") == 0) macro
306 if 'r', then only if IS_RBEXT(ext); otherwise `ext` may be absent
333 type == 'r' ? !IS_RBEXT(&name[plen+len]) :
403 of the extensions accepted by IS_RBEXT, IS_SOEXT, or
404 IS_DLEXT. Further, if `ext && rb` then `IS_RBEXT(e)`,
456 if ((rb || !ext) && (IS_RBEXT(e))) {
481 return !IS_RBEXT(ext) ? 's' : 'r';
534 if (IS_RBEXT(ext)) {
841 if (IS_RBEXT(ext)) {

Completed in 69 milliseconds