Home
last modified time | relevance | path

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

/freebsd/contrib/libc-vis/
H A Dvis.h65 #define VIS_NOESCAPE 0x0800 /* don't decode `\' */ macro
H A Dunvis.c236 if ((flag & VIS_NOESCAPE) == 0 && c == '\\') { in unvis()
/freebsd/contrib/unvis/
H A Dunvis.c63 eflags |= VIS_NOESCAPE; in main()