Searched refs:table (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libfontenc/
H A DMakefile3 # libfontenc - font encoding table parser & mapping library
32 MODULE_DESC = the libfontenc font encoding table parser & mapping library
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DXawIm.c574 XawIcTableList table; local
576 table = (XawIcTableList) XtMalloc(sizeof(XawIcTablePart));
577 if (table == NULL) return(NULL);
578 table->widget = w;
579 table->xic = NULL;
580 table->flg = table->prev_flg = 0;
581 table->font_set = NULL;
582 table->foreground = table
595 XawIcTableList table; local
[all...]

Completed in 12 milliseconds