Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Drlmbutil.h170 # define IS_COMBINING_CHAR(x) (WCWIDTH(x) == 0 && iswcntrl(x) == 0) macro
172 # define IS_COMBINING_CHAR(x) (WCWIDTH(x) == 0) macro