Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/wscons/
Dwsmoused.h99 #define IS_ALPHANUM(c) ((c) != ' ') macro
Dwsdisplay.c2986 IS_ALPHANUM(cell.uc)) { in mouse_copy_word()