Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dvis.c65 if ((c == '"' && (flag & VIS_DQ) != 0) || in vis()
183 if ((c == '"' && (flag & VIS_DQ) != 0) || in strnvis()
Dvis.h61 #define VIS_DQ 0x200 /* backslash-escape double quotes */ macro