Home
last modified time | relevance | path

Searched refs:IF_UTF8_PATH (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Druby.c459 # define IF_UTF8_PATH(t, f) t macro
461 # define IF_UTF8_PATH(t, f) f macro
1689 IF_UTF8_PATH(uenc = rb_utf8_encoding(), lenc)); in process_options()
1697 if (IF_UTF8_PATH(uenc != lenc, 1)) { in process_options()