Home
last modified time | relevance | path

Searched refs:afopte (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/wv/wv-1.2.9/
H A Dfopt.c92 wvFree (afopte->entry); in wvReleaseFOPTE()
103 afopte->pid = 0; in wvGetFOPTE()
104 afopte->fBid = 0; in wvGetFOPTE()
105 afopte->fComplex = 0; in wvGetFOPTE()
108 afopte->entry = 0; in wvGetFOPTE()
115 afopte->pid, afopte->op)); in wvGetFOPTE()
116 if (afopte->fComplex) in wvGetFOPTE()
118 wvTrace (("1 complex len is %d (%x)\n", afopte->op, afopte->op)); in wvGetFOPTE()
119 afopte->entry = (U8 *) wvMalloc (afopte->op); in wvGetFOPTE()
123 afopte->entry = NULL; in wvGetFOPTE()
[all …]
H A Dblip.c38 afopte->pid = 0; in twvGetFOPTE()
39 afopte->fBid = 0; in twvGetFOPTE()
40 afopte->fComplex = 0; in twvGetFOPTE()
47 if (afopte->fComplex) in twvGetFOPTE()
49 wvTrace (("1 complex len is %d (%x)\n", afopte->op, afopte->op)); in twvGetFOPTE()
50 ret = afopte->op; in twvGetFOPTE()
53 else if (afopte->fBid) in twvGetFOPTE()
56 afopte->op)); in twvGetFOPTE()
60 afopte->op)); in twvGetFOPTE()
78 if ((temp->afopte.fBid) && (!(temp->afopte.fComplex))) in wvGetSPID()
[all …]
H A Dwvinternal.h31 void wvPutFOPTE (FOPTE * afopte, wvStream * fd);
H A Dwv.h3401 U32 wvGetFOPTE (FOPTE * afopte, wvStream * fd);
3402 void wvReleaseFOPTE (FOPTE * afopte);
3896 FOPTE afopte; member