OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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)
vis.c
46
((flag &
VIS_SP
) == 0 && (c) == ' ') || \
Completed in 23 milliseconds