Home
last modified time | relevance | path

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

/openbsd/include/
H A Dvis.h48 #define VIS_SP 0x04 /* also encode space */ macro
51 #define VIS_WHITE (VIS_SP | VIS_TAB | VIS_NL)
/openbsd/lib/libc/gen/
H A Dvis.c50 int vis_sp = flag & VIS_SP; in isvisible()