代码搜索:Line
找到约 10,000 项符合「Line」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6244173
c line.c
#ifndef lint
static char SccsId[] = " @(#)line.c 4.1 (ULTRIX) 7/2/90";
#endif not(lint)
/*
* Modification History
*
* April-11-1989, Pradeep Chetal
* Added changes from 4.3Tahoe BSD for lots of
www.eeworm.com/read/101082/6244191
c line.c
#ifndef lint
static char SccsId[] = " @(#)line.c 4.1 (ULTRIX) 7/2/90";
#endif not(lint)
/*
* Modification History
*
* April-11-1989, Pradeep Chetal
* Added changes from 4.3Tahoe BSD for lots of
www.eeworm.com/read/101082/6244209
c line.c
#ifndef lint
static char SccsId[] = " @(#)line.c 4.1 (ULTRIX) 7/2/90";
#endif not(lint)
/*
* Modification History
*
* April-11-1989, Pradeep Chetal
* Added changes from 4.3Tahoe BSD for lots of
www.eeworm.com/read/101082/6244227
c line.c
#ifndef lint
static char sccsid[] = "@(#)line.c 4.1 (Berkeley) 6/27/83";
#endif
extern vti;
extern xnow,ynow;
line(x0,y0,x1,y1){
struct{char x,c; int x0,y0,x1,y1;} p;
p.c = 3;
p.x0 = xsc(x0);
p.y
www.eeworm.com/read/101082/6244244
c line.c
#ifndef lint
static char sccsid[] = "@(#)line.c 4.1 (Berkeley) 6/27/83";
#endif
line(x0,y0,x1,y1){
move(x0,y0);
cont(x1,y1);
}
www.eeworm.com/read/101082/6245111
1 line.1
.TH line 1
.SH Name
line \- read one line
.SH Syntax
.B line
.SH Description
.NXR "line command"
The
.PN line
command copies one line (up to a new-line) from the standard
input and writes it on the st
www.eeworm.com/read/101082/6247002
1 line.1
.TH line 1
.SH Name
line \- read one line
.SH Syntax
.B line
.SH Description
.NXR "line command"
The
.PN line
command copies one line (up to a new-line) from the standard
input and writes it on the st
www.eeworm.com/read/101082/6251204
c line.c
#ifndef LINT
static char *sccsid = "@(#)line.c 4.1 (ULTRIX) 7/17/90";
#endif
/*
This program reads a single line from the standard input
and writes it on the standard output. It is probably most us
www.eeworm.com/read/125603/6280065