Searched defs:initf (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libpz/ | ||
H A D | pzinit.c | 29 pzinit(register Pz_t* pz, register const char* name, Pzinit_f initf) argument 36 if (!(usage = (*initf)(pz, pz->disc))) |
H A D | pzlib.h | 141 Pzinit_f initf; /* initialization function */ member in struct:Pzdll_s |
H A D | pzip.h | 151 Pzinit_f initf; /* library init function */ member in struct:Pzdisc_s |
/ast/src/lib/libast/include/ | ||
H A D | aso.h | 73 Asoinit_f initf; member in struct:Asometh_s |
/ast/src/lib/libcodex/ | ||
H A D | codex.h | 40 #define CODEX_RETAIN 0x0010 /* initf-donef retain state */ 113 int (*initf)(Codex_t*); member in struct:Codexmeth_s |
/ast/src/cmd/std/ | ||
H A D | pss.h | 170 int (*initf)(Pss_t*); member in struct:Pssmeth_s |
/ast/src/lib/libdss/ | ||
H A D | cx.h | 338 Cxinit_f initf; /* called at cxaddedit() */ member in struct:Cxedit_s 374 Cxinit_f initf; /* called at cxaddconstraint() */ member in struct:Cxconstraint_s 464 Cxinit_f initf; /* called at cxaddtype() */ member in struct:Cxtype_s |
Completed in 54 milliseconds