Home
last modified time | relevance | path

Searched refs:control_character_threshold (Results 1 – 25 of 42) sorted by relevance

12

/dports/biology/mapm3/mapm3-3.0_1/readline/
H A Dchardefs.h17 #define control_character_threshold 0x020 /* smaller than this is control */ macro
38 #define CTRL_P(c) ((c) < control_character_threshold)
/dports/print/texinfo/texinfo-6.8/info/
H A Dinfomap.h33 #define control_character_threshold (SPC) macro
39 #define Control_p(c) ((c) < control_character_threshold)
/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/cad/magic/magic-8.3.245/readline/readline-4.3/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/shells/bash/bash-5.1/lib/readline/
H A Dchardefs.h53 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
60 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Dchardefs.h53 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
60 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Dchardefs.h53 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
60 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/devel/readline/readline-8.1/
H A Dchardefs.h53 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
60 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/readline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/databases/gqlplus/gqlplus-1.16/readline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/databases/gqlplus/gqlplus-1.16/gqlplus-1.15/readline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/readline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/readline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/readline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/readline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/databases/mariadb103-client/mariadb-10.3.34/extra/readline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/readline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/databases/mysql55-client/mysql-5.5.62/cmd-line-utils/readline/
H A Dchardefs.h54 #define control_character_threshold 0x020 /* Smaller than this is control. */ macro
61 #define CTRL_CHAR(c) ((c) < control_character_threshold && (((c) & 0x80) == 0))
/dports/databases/percona56-server/percona-server-5.6.51-91.0/cmd-line-utils/libedit/editline/
H A Dreadline.h73 #define control_character_threshold 0x20 macro
/dports/databases/percona56-client/percona-server-5.6.51-91.0/cmd-line-utils/libedit/editline/
H A Dreadline.h73 #define control_character_threshold 0x20 macro
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/cmd-line-utils/libedit/editline/
H A Dreadline.h73 #define control_character_threshold 0x20 macro
/dports/math/reduce/Reduce-svn5758-src/libraries/libedit-20140620-3.1/src/editline/
H A Dreadline.h73 #define control_character_threshold 0x20 macro
/dports/math/reduce/Reduce-svn5758-src/libraries/original/libedit-20160506/readline/
H A Dreadline.h72 #define control_character_threshold 0x20 macro
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/cmd-line-utils/libedit/editline/
H A Dreadline.h73 #define control_character_threshold 0x20 macro

12