Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vi/port/
H A Dex_temp.c307 #define pagrnd(a) ((unsigned char *)(((int)a)&~(BUFSIZE-1))) macro
318 bcopy(pagrnd(incorb[b+1]), buf, BUFSIZE); in blkio()
321 bcopy(buf, pagrnd(incorb[b+1]), BUFSIZE); in blkio()
351 if (write(tfile, pagrnd(incorb[1]), i * BUFSIZE) != (i * BUFSIZE)) in tflush()