代码搜索:Backspace

找到约 674 项符合「Backspace」的源代码

代码结果 674
www.eeworm.com/read/310481/13650289

wav backspace.wav

www.eeworm.com/read/101082/6241804

c backspace.c

#ifndef lint static char *sccsid = " @(#)backspace.c 1.2 (ULTRIX) 1/16/86"; #endif lint /************************************************************************ * * * Copyright (c) 1986
www.eeworm.com/read/156482/11798990

bmp backspace.bmp

www.eeworm.com/read/233448/4681617

f backspace.f

! This file is all about BACKSPACE ! { dg-do run } integer i, n, nr real x(10), y(10) ! PR libfortran/20068 open (20, status='scratch') write (20,*) 1 write (20,*) 2
www.eeworm.com/read/216502/4892065

c backspace.c

#include "fio.h" f_back(a) alist *a; { unit *b; int n,i; long x; char buf[32]; if(a->aunit >= MXUNIT || a->aunit < 0) err(a->aerr,101,"backspace") b= &units[a->aunit]; if(b->useek==0) err(a->a
www.eeworm.com/read/162614/5526314

f backspace.f

! This file is all about BACKSPACE ! { dg-do run } integer i, n, nr real x(10), y(10) ! PR libfortran/20068 open (20, status='scratch') write (20,*) 1 write (20,*) 2
www.eeworm.com/read/276787/4164105

xpm backspace.xpm

/* XPM */ static char * unknown[] = { "17 14 3 1", " s None c None", ". c #424242", "# c #000000", " #. ", " ##. ", " ###. ", " ##..######### ", " ##. .........
www.eeworm.com/read/366034/2893939

map backspace.map

keycode 14 = Control_h Control_h alt keycode 14 = Meta_Control_h
www.eeworm.com/read/158865/5592881

c backspace.c

#include #include "f2c.h" #include "fio.h" #ifdef KR_headers integer f_back(a) alist *a; #else integer f_back(alist *a) #endif { unit *b; long v, w, x, y, z; uiolen n; FILE *f; f__c