Home
last modified time | relevance | path

Searched refs:XLLDEB (Results 1 – 5 of 5) sorted by relevance

/dports/editors/ted/Ted-2.23/textEncoding/
H A DuniUtf8.c73 { XLLDEB(buf[0],step,Utf8RangeCount); return 0; } in unixGetUtf8()
95 { XLLDEB(buf[0],step,symbol); return -1; } in uni_GetUtf8()
H A DsioUtf8.c59 { XLLDEB(buf[0],step,Utf8RangeCount); return -1; } in sioInGetUtf8()
/dports/editors/ted/Ted-2.23/appFrame/
H A DappFontConfig.c227 else{ XLLDEB(charcode,glyphIdx,afi->afiMetricCount); } in appFcShowCharmaps()
/dports/editors/ted/Ted-2.23/drawMeta/
H A DdrawPlayEmf.c2141 { XLLDEB(recordType,done,recordSize); return -1; } in appMetaPlayEmf()
2153 { XLLDEB(recordType,done,recordSize); return -1; } in appMetaPlayEmf()
/dports/editors/ted/Ted-2.23/include/
H A DappDebug.h700 # define XLLDEB(l1,l2,l3) APP_DEB(appDebug( "%s(%3d)" \ macro