Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/cmd/gs/src/
H A Dscfx.h75 int max_code_bytes; /* max # of bytes for an encoded line */ member
H A Dscfe.c177 ss->max_code_bytes = code_bytes; in s_CFE_init()
263 if (wlimit - pw->ptr >= ss->max_code_bytes) { in s_CFE_process()
267 w.limit = w.ptr + ss->max_code_bytes; in s_CFE_process()