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

/ast/src/cmd/pzip/
H A Drectify.c121 int typelast; member in struct:__anon198
401 if (state.type[state.typelast].id != id[state.type[state.typelast].len])
403 for (state.typelast = 0; state.typelast < state.types && state.type[state.typelast].id != id[state.type[state.typelast].len]; state.typelast++);
404 if (state.typelast >= state.types)
411 sfprintf(sfstdout, "=== %I*d === %0*x === type\n", sizeof(offset), offset, 2 * state.type[state.typelast]
[all...]

Completed in 17 milliseconds