HomeSort by: relevance | last modified time | path
    Searched refs:dcstype (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/wscons/
vt100_base.h 65 int dcstype; /* substate in VT100_EMUL_STATE_STRING */ member in struct:vt100base_data
wsemul_vt100.c 355 vd->dcstype = 0;
802 if (vd->dcstype && vd->dcspos < DCS_MAXLEN)
890 vd->dcstype = DCSTYPE_TABRESTORE;
wsemul_vt100_subr.c 773 * told so by setting vd->dcstype to a nonzero value
780 switch (vd->dcstype) {
823 panic("wsemul_vt100_handle_dcs: bad type %d", vd->dcstype);
825 vd->dcstype = 0;

Completed in 14 milliseconds