Searched refs:S_OCTAL2 (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dunvis.c79 #define S_OCTAL2 5 /* octal digit 2 */ macro
101 if (*astate == S_OCTAL2 || *astate == S_OCTAL3) {
128 *astate = S_OCTAL2;
213 case S_OCTAL2: /* second possible octal digit */
/netbsd-6-1-5-RELEASE/external/bsd/tmux/dist/compat/
H A Dunvis.c45 #define S_OCTAL2 5 /* octal digit 2 */ macro
58 if (*astate == S_OCTAL2 || *astate == S_OCTAL3) {
85 *astate = S_OCTAL2;
170 case S_OCTAL2: /* second possible octal digit */
/netbsd-6-1-5-RELEASE/lib/libc/gen/
H A Dunvis.c64 #define S_OCTAL2 5 /* octal digit 2 */ macro
212 case S_OCTAL2:
256 *astate = SS(0, S_OCTAL2);
341 case S_OCTAL2: /* second possible octal digit */

Completed in 64 milliseconds