| 794 | } |
| 795 | |
| 796 | void |
| 797 | dump_all_glyphids(FILE *fp) |
| 798 | { |
| 799 | struct find_struct dump_glyphid_find = zero_find; |
| 800 | |
| 801 | dump_glyphid_find.findtype = find_nothing; |
| 802 | dump_glyphid_find.reserved = (genericptr_t) fp; |
| 803 | dump_glyphid_find.restype = res_dump_glyphids; |
| 804 | (void) parse_id((char *) 0, &dump_glyphid_find); |
| 805 | } |
| 806 | |
| 807 | void |
| 808 | wizcustom_glyphids(winid win) |
no test coverage detected