Home
last modified time | relevance | path

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

/original-bsd/usr.bin/ex/
H A Dex_temp.c240 #define pagrnd(a) ((char *)(((int)a)&~(BUFSIZ-1))) macro
253 bcopy(pagrnd(incorb[b+1]), buf, BUFSIZ);
256 bcopy(buf, pagrnd(incorb[b+1]), BUFSIZ);
284 if (write(tfile, pagrnd(incorb[1]), i * BUFSIZ) != (i * BUFSIZ)) in tflush()