Searched refs:PTRSZ (Results 1 – 2 of 2) sorted by relevance
570 q = copy(p, length(p) + PTRSZ); in commnds()571 for (n = 0; n < PTRSZ; n++) { in commnds()657 p = salloc((c + PTRSZ) * PTRSZ); in commnds()661 if (length(p) - PTRSZ < c * PTRSZ) { in commnds()662 q = copy(p, (c + PTRSZ) * PTRSZ); in commnds()667 seekc(p, c * PTRSZ); in commnds()702 if (length(p) - PTRSZ >= c * PTRSZ) { in commnds()703 seekc(p, c * PTRSZ); in commnds()
33 #define PTRSZ sizeof (int *) macro