Searched refs:VIS_DQ (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dvis.h61 #define VIS_DQ 0x200 /* backslash-escape double quotes */ macro
H A Dvis.c65 if ((c == '"' && (flag & VIS_DQ) != 0) ||
183 if ((c == '"' && (flag & VIS_DQ) != 0) ||
/freebsd-11-stable/contrib/libc-vis/
H A Dvis.h55 #define VIS_DQ 0x8000 /* also encode double quotes */ macro

Completed in 74 milliseconds