Home
last modified time | relevance | path

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

/openbsd/lib/libc/gen/
H A Dunvis.c44 #define S_OCTAL3 6 /* octal digit 3 */ macro
56 if (*astate == S_OCTAL2 || *astate == S_OCTAL3) { in unvis()
179 *astate = S_OCTAL3; in unvis()
188 case S_OCTAL3: /* third possible octal digit */ in unvis()