Home
last modified time | relevance | path

Searched refs:uniannot (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/libuninameslist/libuninameslist-20200413/
H A Dbuildnameslist.c24 static char *uniannot[2][17*65536]; variable
182 if ( a_char>=0 && a_char<(int)(sizeof(uniannot[0])/sizeof(uniannot[0][0])) ) { in ReadNamesList()
185 if ( uniannot[i][a_char]==NULL ) in ReadNamesList()
191 uniannot[i][a_char] = temp; in ReadNamesList()
243 } else if ( a_char>=0 && a_char<(int)(sizeof(uniannot[0])/sizeof(uniannot[0][0])) ) { in ReadNamesList()
246 if ( uniannot[i][a_char]==NULL ) in ReadNamesList()
249 temp = (char *)(realloc(uniannot[i][a_char],strlen(uniannot[i][a_char])+strlen(buffer)+1)); in ReadNamesList()
252 uniannot[i][a_char] = temp; in ReadNamesList()
260 pt = uniannot[i][a_char]; in ReadNamesList()
639 for ( i=0; i<sizeof(uniannot[is_fr])/sizeof(uniannot[0][is_fr]); ++i ) { in dumpblock()
[all …]
/dports/print/fontforge/fontforge-20201107/gdraw/
H A Dgchardlg.c869 char *uniannot; in InsChrMouseMove() local
921 if ( (uniannot=unicode_annot(uch))!=NULL ) { in InsChrMouseMove()
925 uc_annot_strncat(space, uniannot, left-2); in InsChrMouseMove()
927 free(uniannot); in InsChrMouseMove()
/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dfontview.c6369 char *uniannot = unicode_annot( upos ); in SCPreparePopup() local
6370 if( uniannot != NULL ) { in SCPreparePopup()
6372 msg = smprintf("%s\n%s", msg_old, uniannot); in SCPreparePopup()
6374 free( uniannot ); in SCPreparePopup()