/opt/alt/ruby22/include/ruby-2.2.0/ruby
NameSizeModeActions
backward/-0755rm
debug.h42320644editdlrm
defines.h56950644editdlrm
digest.h8810644editdlrm
encoding.h144840644editdlrm
intern.h355570644editdlrm
io.h50470644editdlrm
missing.h48240644editdlrm
oniguruma.h378690644editdlrm
re.h14720644editdlrm
regex.h7840644editdlrm
ruby.h587890644editdlrm
st.h53460644editdlrm
subst.h3740644editdlrm
thread.h9960644editdlrm
thread_native.h13330644editdlrm
util.h22270644editdlrm
version.h18660644editdlrm
vm.h16840644editdlrm
Edit: /opt/alt/ruby22/include/ruby-2.2.0/ruby/regex.h (784B)
/********************************************************************** regex.h - $Author: nobu $ Copyright (C) 1993-2007 Yukihiro Matsumoto **********************************************************************/ #ifndef ONIGURUMA_REGEX_H #define ONIGURUMA_REGEX_H 1 #if defined(__cplusplus) extern "C" { #if 0 } /* satisfy cc-mode */ #endif #endif #ifdef RUBY #include "ruby/oniguruma.h" #else #include "oniguruma.h" #endif RUBY_SYMBOL_EXPORT_BEGIN #ifndef ONIG_RUBY_M17N ONIG_EXTERN OnigEncoding OnigEncDefaultCharEncoding; #define mbclen(p,e,enc) rb_enc_mbclen((p),(e),(enc)) #endif /* ifndef ONIG_RUBY_M17N */ RUBY_SYMBOL_EXPORT_END #if defined(__cplusplus) #if 0 { /* satisfy cc-mode */ #endif } /* extern "C" { */ #endif #endif /* ONIGURUMA_REGEX_H */