Home
last modified time | relevance | path

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

/dports/textproc/wv/wv-1.2.9/
H A Dlvl.c33 lvl->grpprlChpx = NULL; in wvInitLVL()
58 dest->grpprlChpx = (U8 *) wvMalloc (src->lvlf.cbGrpprlChpx); in wvCopyLVL()
59 memcpy (dest->grpprlChpx, src->grpprlChpx, src->lvlf.cbGrpprlChpx); in wvCopyLVL()
62 dest->grpprlChpx = NULL; in wvCopyLVL()
89 lvl->grpprlChpx = (U8 *) wvMalloc (lvl->lvlf.cbGrpprlChpx); in wvGetLVL()
90 wvStream_read (lvl->grpprlChpx, sizeof (U8), lvl->lvlf.cbGrpprlChpx, in wvGetLVL()
94 lvl->grpprlChpx = NULL; in wvGetLVL()
116 wvFree (lvl->grpprlChpx); in wvReleaseLVL()
H A Dpap.c469 mygCHPX = myLFOLVL->fFormatting ? myLVL->grpprlChpx : NULL; in wvAssembleSimplePAP()
525 mygCHPX = !mygCHPX ? myLVL->grpprlChpx : mygCHPX; in wvAssembleSimplePAP()
H A Dlist.c123 retlvl->grpprlChpx = NULL; /* wrong */ in wvGetListEntryInfo()
H A Dwv.h1003 U8 *grpprlChpx; member