Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/nvi/common/
Dkey.h180 #define CH_NOT_DIGIT 'a' /* A non-isdigit() character. */ macro
Dkey.c670 not_digit: argp->e_c = CH_NOT_DIGIT; in v_event_get()