Home
last modified time | relevance | path

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

/dports/textproc/wv/wv-1.2.9/
H A Dblip.c130 afbse->btWin32 = read_8ubit (infd); in twvGetFBSE()
131 afbse->btMacOS = read_8ubit (infd); in twvGetFBSE()
133 afbse->rgbUid[i] = read_8ubit (infd); in twvGetFBSE()
134 afbse->tag = read_16ubit (infd); in twvGetFBSE()
135 afbse->size = read_32ubit (infd); in twvGetFBSE()
136 afbse->cRef = read_32ubit (infd); in twvGetFBSE()
137 afbse->foDelay = read_32ubit (infd); in twvGetFBSE()
138 afbse->usage = read_8ubit (infd); in twvGetFBSE()
139 afbse->cbName = read_8ubit (infd); in twvGetFBSE()
140 afbse->unused2 = read_8ubit (infd); in twvGetFBSE()
[all …]
H A Dfbse.c128 afbse->btWin32 = read_8ubit (fd); in wvGetFBSE()
129 afbse->btMacOS = read_8ubit (fd); in wvGetFBSE()
131 afbse->rgbUid[i] = read_8ubit (fd); in wvGetFBSE()
132 afbse->tag = read_16ubit (fd); in wvGetFBSE()
133 afbse->size = read_32ubit (fd); in wvGetFBSE()
134 afbse->cRef = read_32ubit (fd); in wvGetFBSE()
136 wvTrace (("location is %x, size is %d\n", afbse->foDelay, afbse->size)); in wvGetFBSE()
137 afbse->usage = read_8ubit (fd); in wvGetFBSE()
138 afbse->cbName = read_8ubit (fd); in wvGetFBSE()
140 afbse->unused2 = read_8ubit (fd); in wvGetFBSE()
[all …]
H A Dpicf.c370 FBSE afbse; in PutWord8Structs() local
430 memset(&afbse,0,sizeof(afbse)); in PutWord8Structs()
431 afbse.btMacOS = 3; in PutWord8Structs()
432 afbse.btWin32 = 4; in PutWord8Structs()
433 afbse.cRef = 1; in PutWord8Structs()
434 afbse.tag = 0xff; in PutWord8Structs()
435 afbse.size = sizeof(*bse_pic_amsofbh) + bse_pic_amsofbh->cbLength; in PutWord8Structs()
441 bse_amsofbh.cbLength = sizeof(afbse) + afbse.size; in PutWord8Structs()
446 wvPutFBSE (&afbse, fd); in PutWord8Structs()
447 count+=sizeof(afbse); in PutWord8Structs()
H A Dwv.h3264 U32 wvGetFBSE (FBSE * afbse, wvStream * fd);
3911 FBSE afbse; member