Home
last modified time | relevance | path

Searched defs:IS_CNTRL (Results 1 – 21 of 21) sorted by relevance

/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dmyctype.h19 #define IS_CNTRL(x) (GET_MYCTYPE(x) & MYCTYPE_CNTRL) macro
/dports/japanese/w3m/w3m-2b59b9e/
H A Dmyctype.h19 #define IS_CNTRL(x) (GET_MYCTYPE(x) & MYCTYPE_CNTRL) macro
/dports/www/w3m/w3m-2b59b9e/
H A Dmyctype.h19 #define IS_CNTRL(x) (GET_MYCTYPE(x) & MYCTYPE_CNTRL) macro
/dports/www/w3m-img/w3m-2b59b9e/
H A Dmyctype.h19 #define IS_CNTRL(x) (GET_MYCTYPE(x) & MYCTYPE_CNTRL) macro
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_printf_term.c108 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
112 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
H A Dutils.c275 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
279 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_printf_term.c108 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
112 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
H A Dutils.c275 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
279 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_printf_term.c108 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
112 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
H A Dutils.c275 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
279 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_printf_term.c135 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
139 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
H A Dutils.c326 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
330 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_printf_term.c135 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
139 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
H A Dutils.c326 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
330 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_printf_term.c135 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
139 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
H A Dutils.c326 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
330 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_printf_term.c135 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
139 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
H A Dutils.c326 #define IS_CNTRL(c) ((c) < ' ' || (c) == 127 \ macro
330 #define IS_CNTRL(c) ((c) < ' ' || (c) >= 127) macro
/dports/games/alienarena/alienarena-7.66/source/client/
H A Dcl_irc.c91 #define IS_CNTRL(c) ( (c) >= 0 && (c) <= 31 ) macro
/dports/games/alienarena-data/alienarena-7.66/source/client/
H A Dcl_irc.c91 #define IS_CNTRL(c) ( (c) >= 0 && (c) <= 31 ) macro
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Da68g.h1424 #define IS_CNTRL(c) iscntrl ((unsigned char) (c)) macro