Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/readline/
H A Dchardefs.h80 # define NON_NEGATIVE(c) 1 macro
82 # define NON_NEGATIVE(c) ((unsigned char)(c) == (c)) macro