Searched refs:VIS_NOSLASH (Results 1 – 5 of 5) sorted by relevance
66 (c == '\\' && (flag & VIS_NOSLASH) == 0)) in vis()125 if ((flag & VIS_NOSLASH) == 0) in vis()184 (c == '\\' && (flag & VIS_NOSLASH) == 0)) { in strnvis()
67 #define VIS_NOSLASH 0x40 /* inhibit printing '\' */ macro
56 #define VIS_NOSLASH 0x0040 /* inhibit printing '\' */ macro
232 if ((flags & VIS_NOSLASH) == 0) in do_mbyte()338 if ((flags & VIS_NOSLASH) == 0) *d++ = L'\\'; in makeextralist()
1932 vis(dest, c, VIS_WHITE|VIS_NOSLASH, 0); in rl_add_defun()