Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/form/
H A Dfty_num.c44 #define isDecimalPoint(c) ((c) == ((L && L->decimal_point) ? *(L->decimal_point) : '.')) macro
46 #define isDecimalPoint(c) ((c) == '.')
226 else if (isDecimalPoint(list[n])) in Check_This_Field()
250 if (isDecimalPoint(*bp)) in Check_This_Field()
303 isDecimalPoint(c)) in Check_This_Character()