代码搜索:VT
找到约 9,619 项符合「VT」的源代码
代码结果 9,619
www.eeworm.com/read/434313/7875281
err vt.err
Error[12] E:\RAM\prog_rams\vt.2\vt.c 66 : Undefined identifier INT2IF
www.eeworm.com/read/321786/13399271
vt top.vt
// Copyright (C) 1991-2004 Altera Corporation
// Any megafunction design, and related netlist (encrypted or decrypted),
// support information, device programming or simulation file, and any
www.eeworm.com/read/321786/13399275
vt top.vt
// Copyright (C) 1991-2004 Altera Corporation
// Any megafunction design, and related netlist (encrypted or decrypted),
// support information, device programming or simulation file, and any
www.eeworm.com/read/150609/5690014
vt100
lines=24
parm_down_cursor = \E[%dB
bell = ^G
change_scroll_region = \E[%i%d;%dr
clear_screen = \E[2J
clr_eol = \E[K
clr_eol = \E[0K
clr_eos = \E[J
cursor_address = \E[%i%d;%dH
cursor_home = \
www.eeworm.com/read/147422/5729823
m vt_on.m
% vt_on.m
% modified by D. G. Childers 8/9/98
%set(exc_add_h,'Enable','on');
set(exc_glo_h,'Value',0);
set(exc_voi_h,'Value',1);
set(exc_voi_h,'Enable','on');
set(exc_jitshi_h,'Enable','off'
www.eeworm.com/read/145471/5745720
c vt.c
/*
* kernel/chr_drv/vt.c
*
* Copyright (C) 1992 obz under the linux copyright
* Dynamic diacritical handling - aeb@cwi.nl - Dec 1993
*/
#include
#include
#incl
www.eeworm.com/read/145471/5745875
h vt.h
#ifndef _LINUX_VT_H
#define _LINUX_VT_H
/* 0x56 is 'V', to avoid collision with termios and kd */
#define VT_OPENQRY 0x5600 /* find available vt */
struct vt_mode {
char mode; /* vt mode */
char
www.eeworm.com/read/135153/5888501
c vt.c
/*
* linux/drivers/char/vt.c
*
* Copyright (C) 1992 obz under the linux copyright
*
* Dynamic diacritical handling - aeb@cwi.nl - Dec 1993
* Dynamic keymap and string allocation - aeb@cwi.nl