Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/gen/
Dunvis.c46 #define S_OCTAL3 6 /* octal digit 3 */ macro
58 if (*astate == S_OCTAL2 || *astate == S_OCTAL3) { in unvis()
176 *astate = S_OCTAL3; in unvis()
185 case S_OCTAL3: /* third possible octal digit */ in unvis()