Home
last modified time | relevance | path

Searched refs:VIS_HTTP1866 (Results 1 – 4 of 4) sorted by relevance

/src/contrib/unvis/
H A Dunvis.c66 eflags |= VIS_HTTP1866; in main()
84 switch (eflags & (VIS_HTTP1808|VIS_HTTP1866|VIS_MIMESTYLE)) { in main()
86 case VIS_HTTP1866|VIS_MIMESTYLE: in main()
87 case VIS_HTTP1808|VIS_HTTP1866|VIS_MIMESTYLE: in main()
/src/contrib/libc-vis/
H A Dvis.h64 #define VIS_HTTP1866 0x0400 /* http-style &#num; or &string; */ macro
H A Dunvis.c244 if ((flag & VIS_HTTP1866) && c == '&') { in unvis()
/src/contrib/netbsd-tests/lib/libc/gen/
H A Dt_vis.c53 VIS_HTTP1866,