Searched refs:VIS_HTTP1808 (Results 1 – 4 of 4) sorted by relevance
69 eflags |= VIS_HTTP1808; in main()84 switch (eflags & (VIS_HTTP1808|VIS_HTTP1866|VIS_MIMESTYLE)) { in main()85 case VIS_HTTP1808|VIS_MIMESTYLE: in main()87 case VIS_HTTP1808|VIS_HTTP1866|VIS_MIMESTYLE: in main()
50 VIS_HTTP1808,82 styles[i] & (VIS_HTTP1808|VIS_MIMESTYLE)) > 0); in ATF_TC_BODY()
60 #define VIS_HTTP1808 0x0080 /* http-style escape % hex hex */ macro
240 if ((flag & VIS_HTTP1808) && c == '%') { in unvis()