Home
last modified time | relevance | path

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

/openbsd/lib/libc/gen/
H A Dvis.c84 int vis_octal = flag & VIS_OCTAL; in vis() local
140 if (((c & 0177) == ' ') || vis_octal || in vis()