Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dexec.c802 int max_obuf_index=0; local
805 max_obuf_index = (obuf_sz-3);
806 if (obuf_index >= max_obuf_index) return NULL;
810 max_obuf_index++;
812 if (obuf_index++ >= max_obuf_index) return NULL;
819 max_obuf_index = (obuf_sz-2);
820 if (obuf_index++ >= max_obuf_index) return NULL;
824 if (obuf_index++ >= max_obuf_index) return NULL;
839 if (obuf_index++ >= max_obuf_index) return NULL;