OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VIS_MIMESTYLE
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.bin/unvis/
unvis.c
72
eflags |=
VIS_MIMESTYLE
;
84
switch (eflags & (VIS_HTTP1808|VIS_HTTP1866|
VIS_MIMESTYLE
)) {
85
case VIS_HTTP1808|
VIS_MIMESTYLE
:
86
case VIS_HTTP1866|
VIS_MIMESTYLE
:
87
case VIS_HTTP1808|VIS_HTTP1866|
VIS_MIMESTYLE
:
/src/usr.bin/vis/
foldit.c
71
printf(flags &
VIS_MIMESTYLE
? "=\n" : "\\\n");
vis.c
109
eflags |=
VIS_MIMESTYLE
;
142
if ((eflags & (VIS_HTTPSTYLE|
VIS_MIMESTYLE
)) ==
143
(VIS_HTTPSTYLE|
VIS_MIMESTYLE
))
284
(void)printf(eflags &
VIS_MIMESTYLE
? "=\n" : "\\\n");
/src/include/
vis.h
62
#define
VIS_MIMESTYLE
0x0100 /* mime-style escape = HEX HEX */
/src/tests/lib/libc/gen/
t_vis.c
51
VIS_MIMESTYLE
,
82
styles[i] & (VIS_HTTP1808|
VIS_MIMESTYLE
)) > 0);
/src/lib/libc/gen/
unvis.c
240
if ((flag &
VIS_MIMESTYLE
) && c == '=') {
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025