Home
last modified time | relevance | path

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

/external/libedit/src/
Dvis.h57 #define VIS_HTTP1808 0x0080 /* http-style escape % hex hex */ macro
Dunvis.c233 if ((flag & VIS_HTTP1808) && c == '%') { in unvis()