Home
last modified time | relevance | path

Searched refs:eachchar (Results 1 – 16 of 16) sorted by relevance

/dports/textproc/wv/wv-1.2.9/
H A DwvRTF.c311 eachchar = wvHandleCodePage (eachchar, lid); in charProc()
315 if (chartype == 1 && eachchar == 146) in charProc()
316 eachchar = 39; /* apostrophe */ in charProc()
318 switch (eachchar) in charProc()
350 if (eachchar == 0x13 || eachchar == 0x14) in charProc()
354 if (eachchar == '{' || eachchar == '}') in charProc()
357 rtf_output_char (eachchar); in charProc()
362 specCharProc (wvParseStruct * ps, U16 eachchar, CHP * achp) in specCharProc() argument
371 switch (eachchar) in specCharProc()
395 if (eachchar == 0x13 || eachchar == 0x14) in specCharProc()
[all …]
H A Dtext.c193 eachchar = wvHandleCodePage (eachchar, lid); in wvOutputHtmlChar()
678 wvHandleCodePage (U16 eachchar, U16 lid) in wvHandleCodePage() argument
698 return cp1252_to_ucs2_table[eachchar]; in wvHandleCodePage()
701 if (eachchar > 0xff) in wvHandleCodePage()
703 buffer[0] = (char) (eachchar >> 8); in wvHandleCodePage()
704 buffer[1] = (char) eachchar & 0xff; in wvHandleCodePage()
708 buffer[0] = eachchar & 0xff; in wvHandleCodePage()
768 && wvConvertUnicodeToEntity (eachchar)) in wvOutputFromUnicode()
806 buffer[0] = (eachchar >> 8) & 0x00ff; in wvOutputFromUnicode()
807 buffer[1] = eachchar & 0x00ff; in wvOutputFromUnicode()
[all …]
H A DwvWare.c1297 switch (eachchar) in mySpecCharProc()
1303 fieldCharProc (ps, eachchar, 0, 0x400); /* temp */ in mySpecCharProc()
1317 fieldCharProc (ps, eachchar, 0, 0x400); /* temp */ in mySpecCharProc()
1325 fieldCharProc (ps, eachchar, 0, 0x400); /* temp */ in mySpecCharProc()
1332 if (fieldCharProc (ps, eachchar, 0, 0x400)) in mySpecCharProc()
1336 switch (eachchar) in mySpecCharProc()
1559 switch (eachchar) in myCharProc()
1570 fieldCharProc (ps, eachchar, chartype, lid); in myCharProc()
1589 if (fieldCharProc (ps, eachchar, chartype, lid)) in myCharProc()
1595 lid, chartype, eachchar)); in myCharProc()
[all …]
H A Dfield.c394 fieldCharProc (wvParseStruct * ps, U16 eachchar, U8 chartype, U16 lid) in fieldCharProc() argument
404 if (eachchar == 0x13) in fieldCharProc()
417 else if (eachchar == 0x14) in fieldCharProc()
442 which[i] = eachchar; in fieldCharProc()
447 if (eachchar == 0x15) in fieldCharProc()
H A Ddecode_simple.c53 U16 eachchar; in wvDecodeSimple() local
240 eachchar = wvGetChar (ps->mainfd, 1); in wvDecodeSimple()
241 (*(ps->charhandler)) (ps, eachchar, 1, ps->fib.lid); in wvDecodeSimple()
495 eachchar = wvGetChar (ps->mainfd, chartype); in wvDecodeSimple()
497 if ((eachchar == 0x07) && (!achp.fSpec)) in wvDecodeSimple()
501 wvTrace (("char pos is %x %x\n", j, eachchar)); in wvDecodeSimple()
502 wvOutputTextChar (eachchar, chartype, ps, &achp); in wvDecodeSimple()
H A Ddecode_complex.c360 U16 eachchar; in wvDecodeComplex() local
806 eachchar = wvGetChar (ps->mainfd, chartype); in wvDecodeComplex()
816 if ((eachchar == 0x07) && (!achp.fSpec)) in wvDecodeComplex()
819 wvTrace (("char pos is %x %x\n", j, eachchar)); in wvDecodeComplex()
820 wvOutputTextChar (eachchar, chartype, ps, &achp); in wvDecodeComplex()
H A Dwv.h2727 int (*charhandler) (struct _wvParseStruct * ps, U16 eachchar,
2729 int (*scharhandler) (struct _wvParseStruct * ps, U16 eachchar,
2953 int wvOutputTextChar (U16 eachchar, U8 chartype, wvParseStruct * ps,
2955 void wvOutputFromUnicode (U16 eachchar, char *outputtype);
2964 U16 wvHandleCodePage (U16 eachchar, U16 lid);
3183 void wvOutputHtmlChar (U16 eachchar, U8 chartype, char *outputtype,
3205 int fieldCharProc (wvParseStruct * ps, U16 eachchar, U8 chartype, U16 lid);
/dports/editors/abiword/abiword-3.0.5/src/wp/impexp/xp/
H A Die_imp_MsWord_97.cpp1808 eachchar = wvHandleCodePage(eachchar, lid); in _charProc()
1810 switch (eachchar) in _charProc()
1814 eachchar = UCS_LF; in _charProc()
1837 eachchar = UCS_VTAB; in _charProc()
1878 if (chartype == 1 && eachchar == 146) in _charProc()
1879 eachchar = 39; // apostrophe in _charProc()
1883 eachchar &= 0x00ff; in _charProc()
1933 if(eachchar == 0x28) in _specCharProc()
1945 switch (eachchar) in _specCharProc()
1985 switch (eachchar) in _specCharProc()
[all …]
H A Die_imp_MsWord_97.h166 int _specCharProc (wvParseStruct *ps, UT_uint16 eachchar,
168 int _charProc (wvParseStruct *ps, UT_uint16 eachchar,
207 int _fieldProc (wvParseStruct *ps, UT_uint16 eachchar,
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphqt.h215 BOOLEAN (*eachchar)(INTBIG x, INTBIG y, INTSML c); variable
H A Dgraphqt.cpp1998 keepon = (*gra->eachchar)(gra_cursorx, gra_cursory, cmd); in keyPressEvent()
3201 BOOLEAN (*eachchar)(INTBIG, INTBIG, INTSML), void (*done)(void), INTBIG purpose) in trackcursor()
3217 gra->eachchar = eachchar; in trackcursor()
3272 gra->eachchar = 0; in trackcursor()
H A Dgraphpccode.cpp3370 BOOLEAN (*eachchar)(INTBIG, INTBIG, INTSML), void (*done)(void), INTBIG purpose) in trackcursor()
3409 keepon = (*eachchar)(gra_cursorx, gra_cursory, (INTSML)(action&CHARREAD)); in trackcursor()
3438 keepon = (*eachchar)(gra_cursorx, gra_cursory, (INTSML)(action&CHARREAD)); in trackcursor()
H A DgraphmacX.c3943 …BOOLEAN (*eachdown)(INTBIG, INTBIG), BOOLEAN (*eachchar)(INTBIG, INTBIG, INTSML), void (*done)(voi… in trackcursor()
3976 keepon = (*eachchar)(gra_cursorx, gra_cursory, (INTSML)(action&CHARREAD)); in trackcursor()
4005 keepon = (*eachchar)(gra_cursorx, gra_cursory, (INTSML)(action&CHARREAD)); in trackcursor()
H A Dgraphmac.c4047 …BOOLEAN (*eachdown)(INTBIG, INTBIG), BOOLEAN (*eachchar)(INTBIG, INTBIG, INTSML), void (*done)(voi… in trackcursor()
4080 keepon = (*eachchar)(gra_cursorx, gra_cursory, (INTSML)(action&CHARREAD)); in trackcursor()
4109 keepon = (*eachchar)(gra_cursorx, gra_cursory, (INTSML)(action&CHARREAD)); in trackcursor()
H A Dgraphunixx11.c5697 BOOLEAN (*eachchar)(INTBIG, INTBIG, INTSML), void (*done)(void), INTBIG purpose) in trackcursor()
5732 keepon = (*eachchar)(gra_cursorx, gra_cursory, (INTSML)(action&CHARREAD)); in trackcursor()
5760 keepon = (*eachchar)(gra_cursorx, gra_cursory, (INTSML)(action&CHARREAD)); in trackcursor()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2307 BOOLEAN (*eachdown)(INTBIG x, INTBIG y), BOOLEAN (*eachchar)(INTBIG x, INTBIG y, INTSML chr),