Searched refs:DCS_MAXLEN (Results 1 – 2 of 2) sorted by relevance
85 #define DCS_MAXLEN 256 /* ??? */ macro
224 edp->dcsarg = malloc(DCS_MAXLEN, M_DEVBUF, M_NOWAIT); in wsemul_vt100_attach()831 if (edp->dcsarg && edp->dcstype && edp->dcspos < DCS_MAXLEN) { in wsemul_vt100_output_string()