Searched refs:getshort (Results 1 – 1 of 1) sorted by relevance
38 static int getshort(FILE *);144 *row = getshort(sgip->file); in sgiGetRow()224 magic = getshort(sgip->file); in sgiOpenFile()233 getshort(sgip->file); /* Dimensions */ in sgiOpenFile()234 sgip->xsize = getshort(sgip->file); in sgiOpenFile()235 sgip->ysize = getshort(sgip->file); in sgiOpenFile()236 sgip->zsize = getshort(sgip->file); in sgiOpenFile()561 getshort(FILE *fp) /* I - File to read from */ in getshort() function675 if ((ch = getshort(fp)) == EOF) in read_rle16()687 *row = getshort(fp); in read_rle16()[all …]