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

/ast/src/lib/libtk/generic/
H A DtkImgGIF.c531 static int firstcode, oldcode;
567 firstcode = oldcode = GetCode(fd, code_size, 0);
568 } while (firstcode == clear_code);
569 return firstcode;
590 firstcode = oldcode = GetCode(fd, code_size, 0);
591 return firstcode;
610 *sp++ = firstcode;
629 *sp++ = firstcode = table[1][code];
634 table[1][code] = firstcode;
528 static int firstcode, oldcode; local

Completed in 17 milliseconds