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

/barrelfish-master/lib/vis/
H A Dunvis.c202 unvis(char *cp, int c, int *astate, int flag) argument
208 * Bottom 8 bits of astate hold the state machine state.
216 _DIAGASSERT(astate != NULL);
217 st = GS(*astate);
224 *astate = SS(0, S_GROUND);
238 *astate = SS(0, S_START);
242 *astate = SS(0, S_HEX1);
246 *astate = SS(0, S_AMP);
250 *astate = SS(0, S_MIME1);
260 *astate
[all...]
/barrelfish-master/lib/libc/gen/
H A Dunvis-compat.c40 __unvis_44bsd(char *cp, int c, int *astate, int flag) argument
45 return unvis(cp, c, astate, flag);

Completed in 38 milliseconds