Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dconsole_struct.h22 #define NPAR 16 macro
129 unsigned int vc_npar,vc_par[NPAR]; /* Parameters of current escape sequence */
/linux/drivers/tty/vt/
H A Dvt.c2633 if (vc->vc_npar < NPAR - 1) { in do_con_trol()