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

/ast/src/cmd/codexlib/compress/
H A Dcompress.c178 #define tab_prefixof(i) codetabof(i) macro
516 tab_prefixof(code) = 0;
602 tab_prefixof(code) = 0;
619 code = tab_prefixof(code);
632 tab_prefixof(code) = (u_short) oldcode;
/ast/src/lib/libz/
H A Dsfdclzw.c171 #define tab_prefixof(i) codetabof(i) macro
648 tab_prefixof(code) = 0;
666 tab_prefixof(code) = 0;
683 code = tab_prefixof(code);
696 tab_prefixof(code) = (u_short) oldcode;

Completed in 270 milliseconds