Home
last modified time | relevance | path

Searched defs:MB_NULLWCH (Results 1 – 12 of 12) sorted by relevance

/dports/devel/avr-gdb/gdb-7.3.1/readline/
H A Drlmbutil.h126 #define MB_NULLWCH(x) ((x) == 0) macro
150 #define MB_NULLWCH(x) (0) macro
/dports/devel/gdb761/gdb-7.6.1/readline/
H A Drlmbutil.h124 #define MB_NULLWCH(x) ((x) == 0) macro
148 #define MB_NULLWCH(x) (0) macro
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/readline/
H A Drlmbutil.h125 #define MB_NULLWCH(x) ((x) == 0) macro
149 #define MB_NULLWCH(x) (0) macro
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/readline/
H A Drlmbutil.h125 #define MB_NULLWCH(x) ((x) == 0) macro
149 #define MB_NULLWCH(x) (0) macro
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/readline/
H A Drlmbutil.h125 #define MB_NULLWCH(x) ((x) == 0) macro
149 #define MB_NULLWCH(x) (0) macro
/dports/databases/mariadb103-server/mariadb-10.3.34/extra/readline/
H A Drlmbutil.h125 #define MB_NULLWCH(x) ((x) == 0) macro
149 #define MB_NULLWCH(x) (0) macro
/dports/databases/mysql55-client/mysql-5.5.62/cmd-line-utils/readline/
H A Drlmbutil.h125 #define MB_NULLWCH(x) ((x) == 0) macro
149 #define MB_NULLWCH(x) (0) macro
/dports/shells/bash/bash-5.1/lib/readline/
H A Drlmbutil.h124 #define MB_NULLWCH(x) ((x) == 0) macro
201 #define MB_NULLWCH(x) (0) macro
/dports/devel/gdb/gdb-11.1/readline/readline/
H A Drlmbutil.h124 #define MB_NULLWCH(x) ((x) == 0) macro
201 #define MB_NULLWCH(x) (0) macro
/dports/devel/readline/readline-8.1/
H A Drlmbutil.h124 #define MB_NULLWCH(x) ((x) == 0) macro
201 #define MB_NULLWCH(x) (0) macro
/dports/shells/bash/bash-5.1/include/
H A Dshmbutil.h45 #define MB_NULLWCH(x) ((x) == 0) macro
71 #define MB_NULLWCH(x) (0) macro
/dports/devel/gdb/gdb-11.1/gdb/
H A Dcompleter.c2519 #define MB_NULLWCH(x) ((x) == 0) macro