HomeSort by: relevance | last modified time | path
    Searched defs:vt100_decmode (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/wscons/
wsemul_vt100_subr.c 48 static int vt100_decmode(struct vt100base_data *, int, int);
215 vt100_decmode(vd, ARG(vd, n), VTMODE_SET);
223 vt100_decmode(vd, ARG(vd, n), VTMODE_RESET);
229 vt100_decmode(vd, ARG(vd, 0), VTMODE_REPORT);
863 vt100_decmode(struct vt100base_data *vd, int nr, int op) function in typeref:typename:int

Completed in 13 milliseconds