Home
last modified time | relevance | path

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

/original-bsd/lib/libc/gen/
H A Dunvis.c35 int c, *astate, flag;
39 if (*astate == S_OCTAL2 || *astate == S_OCTAL3) {
40 *astate = S_GROUND;
46 switch (*astate) {
51 *astate = S_START;
61 *astate = S_GROUND;
66 *astate = S_OCTAL2;
70 *astate = S_META;
73 *astate = S_CTRL;
124 *astate = S_GROUND;
[all …]