Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dc/
H A Ddc.c572 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()
H A Ddc.h35 #define PTRSZ sizeof (int *) macro