Home
last modified time | relevance | path

Searched refs:VIS_ALL (Results 1 – 5 of 5) sorted by relevance

/openbsd/include/
H A Dvis.h54 #define VIS_ALL 0x400 /* encode all characters */ macro
/openbsd/regress/lib/libc/vis/
H A Dvis_test.c19 VIS_ALL,
/openbsd/usr.bin/vis/
H A Dvis.c64 eflags |= VIS_ALL; in main()
/openbsd/lib/libc/gen/
H A Dvis.c55 int vis_all = flag & VIS_ALL; in isvisible()
/openbsd/usr.bin/ssh/
H A Dutf8.c186 tp = vis(dp, *sp, VIS_OCTAL | VIS_ALL, 0); in vasnmprintf()