Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/window/
H A Dcompress.c148 struct cc **cc_output; /* the output array */ variable
243 if ((cc_output = (struct cc **) in ccinit()
244 malloc((unsigned) cc_bufsize * sizeof *cc_output)) == NULL) in ccinit()
360 cc_compress_phase(cc_output, bufsize, cc_tokens, n); in ccflush()
361 cc_output_phase(cc_buffer, cc_output, bufsize); in ccflush()