Home
last modified time | relevance | path

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

/openbsd-src/sbin/savecore/
H A Dzopen.c164 #define codetabof(i) zs->zs_codetab[i] macro
166 #define tab_prefixof(i) codetabof(i)
273 zs->zs_ent = codetabof(i); in zwrite()
285 zs->zs_ent = codetabof(i); in zwrite()
296 codetabof(i) = zs->zs_free_ent++; in zwrite()
/openbsd-src/usr.bin/compress/
H A Dzopen.c164 #define codetabof(i) zs->zs_codetab[i] macro
166 #define tab_prefixof(i) codetabof(i)
274 zs->zs_ent = codetabof(i); in zwrite()
286 zs->zs_ent = codetabof(i); in zwrite()
297 codetabof(i) = zs->zs_free_ent++; in zwrite()