Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/window/
Dxx.c54 xxbufsize = tt.tt_nrow * tt.tt_ncol * 2; in xxinit()
58 xxbuf = malloc(xxbufsize * sizeof *xxbuf); in xxinit()
64 xxbufe = xxbuf + xxbufsize; in xxinit()
Dxx.h55 int xxbufsize; variable