Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dfindlib.h88 } Encode_t; typedef
93 Encode_t code_encode;
H A Dfastfind.c175 if (!(fp = (Find_t*)vmnewof(vm, 0, Find_t, 1, sizeof(Encode_t) - sizeof(Code_t)))) in findopen()