Searched refs:utilIndexMappingPut (Results 1 – 7 of 7) sorted by relevance
/dports/editors/ted/Ted-2.23/appUtil/ |
H A D | utilIndexMapping.c | 54 int utilIndexMappingPut( IndexMapping * im, in utilIndexMappingPut() function 133 if ( utilIndexMappingPut( im, from, to ) ) in utilIndexMappingAppend() 157 utilIndexMappingPut( im, forward[g], g ) ) in utilIndexMappingBuildBackward()
|
H A D | utilIndexMapping.h | 55 extern int utilIndexMappingPut( IndexMapping * im,
|
/dports/editors/ted/Ted-2.23/Ted/ |
H A D | docScreenFont.c | 55 if ( utilIndexMappingPut( lc->lcAttributeToScreenFont, in docOpenScreenFont()
|
/dports/editors/ted/Ted-2.23/textEncoding/ |
H A D | uniAlternatives.c | 106 if ( utilIndexMappingPut( im, alternatives[i].acFrom, w ) ) in uniMapToAlternatives()
|
/dports/editors/ted/Ted-2.23/utilPs/ |
H A D | psFontInfo.c | 110 utilIndexMappingPut( tgm, code, glyphIndex ); in psGetUnicodesFromGlyphNames() 421 utilIndexMappingPut( tgm, code, glyphIndex ); in psFontInfoSetGlyphUnicode()
|
/dports/editors/ted/Ted-2.23/docFont/ |
H A D | utilMatchFont.c | 248 if ( utilIndexMappingPut( &(fc->fcFont->dfUnicodeToCharset), in docFontSetUnicodeCharsetIdx()
|
/dports/editors/ted/Ted-2.23/appFrame/ |
H A D | appFontX11.c | 994 if ( utilIndexMappingPut( &(esfl->esflSymbolToFont), in appXFontSymbols() 1014 if ( utilIndexMappingPut( &(esfl->esflSymbolToFont), in appXFontSymbols() 1470 if ( utilIndexMappingPut( &(esfl->esflSymbolToFont), in addDrawX11GetFontProperties()
|