Searched refs:PTRSZ (Results 1 – 2 of 2) sorted by relevance
572 q = copy(p, length(p) + PTRSZ); in commnds()573 for (n = 0; n < PTRSZ; n++) { in commnds()659 p = salloc((c + PTRSZ) * PTRSZ); in commnds()663 if (length(p) - PTRSZ < c * PTRSZ) { in commnds()664 q = copy(p, (c + PTRSZ) * PTRSZ); in commnds()669 seekc(p, c * PTRSZ); in commnds()704 if (length(p) - PTRSZ >= c * PTRSZ) { in commnds()705 seekc(p, c * PTRSZ); in commnds()
35 #define PTRSZ sizeof (int *) macro