Home
last modified time | relevance | path

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

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