|
Ruby
2.5.0dev(2017-10-22revision60238)
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <sys/stat.h>#include <unistd.h>#include <utime.h>#include <langinfo.h>#include <locale.h>Go to the source code of this file.
Macros | |
| #define | MIME_DECODE_DEFAULT STRICT_MIME |
| #define | X0201_DEFAULT TRUE |
| #define | DEFAULT_NEWLINE 0x0A |
| #define | HELP_OUTPUT stdout |
| #define | NKF_INT32_C(n) (n) |
| #define | setbinmode(fp) (void)(fp) |
| #define | setvbuffer(fp, buf, size) setbuffer(fp, buf, size) |
| #define | DEFAULT_CODE_LOCALE |
| #define | HAVE_LANGINFO_H |
| #define | HAVE_LOCALE_H |
| #define | FALSE 0 |
| #define | TRUE 1 |
| #define | ARG_UNUSED |
Typedefs | |
| typedef int | nkf_char |
| #define ARG_UNUSED |
Definition at line 181 of file nkf.h.
Referenced by onigenc_ascii_mbc_case_fold(), and onigenc_mbn_mbc_case_fold().
| #define FALSE 0 |
Definition at line 174 of file nkf.h.
Referenced by kill(), nkf_split_options(), ole_uninitialize(), onigenc_always_false_is_allowed_reverse_match(), onigenc_ascii_is_code_ctype(), onigenc_mb2_is_code_ctype(), onigenc_mb4_is_code_ctype(), onigenc_mbn_mbc_case_fold(), rb_ary_join(), rb_block_given_p(), rb_class_has_methods(), rb_define_attr(), rb_enc_str_asciionly_p(), rb_gc_enable(), rb_method_basic_definition_p(), rb_respond_to(), rb_str_comparable(), rb_str_encode_ospath(), rb_thread_io_blocking_region(), rb_vm_control_frame_id_and_class(), rb_vm_make_proc(), rb_w32_asynchronize(), rb_w32_pipe(), rb_w32_read(), rb_w32_reparse_symlink_p(), ruby_debug_print_indent(), ruby_executable_node(), and ruby_th_dtrace_setup().
| #define MIME_DECODE_DEFAULT STRICT_MIME |
| #define TRUE 1 |
Definition at line 175 of file nkf.h.
Referenced by nkf_split_options(), onig_is_code_in_cc(), onigenc_always_true_is_allowed_reverse_match(), onigenc_mb2_is_code_ctype(), onigenc_mb4_is_code_ctype(), rb_block_given_p(), rb_class_has_methods(), rb_enc_str_asciionly_p(), rb_f_exec(), rb_iseq_build_from_ary(), rb_method_basic_definition_p(), rb_str_comparable(), rb_vm_add_root_module(), rb_vm_control_frame_id_and_class(), rb_w32_reparse_symlink_p(), ruby_debug_print_indent(), and ruby_executable_node().
1.8.13