OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VIS_SP
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
vis.h
56
#define
VIS_SP
0x04 /* also encode space */
59
#define VIS_WHITE (
VIS_SP
| VIS_TAB | VIS_NL)
/external/libedit/src/
vis.h
47
#define
VIS_SP
0x0004 /* also encode space */
50
#define VIS_WHITE (
VIS_SP
| VIS_TAB | VIS_NL)
Completed in 3852 milliseconds