代码搜索:Line
找到约 10,000 项符合「Line」的源代码
代码结果 10,000
www.eeworm.com/read/136812/5859195
c line.c
#ifndef lint
static char sccsid[] = "@(#)line.c 1.1 92/07/30 SMI"; /* from UCB 5.2 6/6/85 */
#endif not lint
#include "aed.h"
/*---------------------------------------------------------
* Line draw
www.eeworm.com/read/136812/5859212
c line.c
/*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#ifnde
www.eeworm.com/read/136812/5859229
c line.c
/*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#ifnde
www.eeworm.com/read/136812/5859246
c line.c
#ifndef lint
static char sccsid[] = "@(#)line.c 1.1 92/07/30 SMI"; /* from UCB 4.1 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;
www.eeworm.com/read/136812/5859261
c line.c
#ifndef lint
static char sccsid[] = "@(#)line.c 1.1 92/07/30 SMI"; /* from UCB 4.1 6/27/83 */
#endif
line(x0,y0,x1,y1){
move(x0,y0);
cont(x1,y1);
}
www.eeworm.com/read/136812/5860957
pr line.pr
/* Format_version=1, Width=16, Height=16, Depth=1, Valid_bits_per_item=16
*/
0x0000, 0x0000, 0x0000, 0xFFFF, 0xFFFF, 0x0000, 0x0000, 0x0000,
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
www.eeworm.com/read/136812/5861235
c line.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)line.c 1.1 92/07/30 Copyr 1984 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1984 by Sun Microsystems, Inc.
*/
#include
#define ABS
www.eeworm.com/read/135076/5890355
xbm line.xbm
static char line_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x10, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00,
0x60, 0x00, 0x00
www.eeworm.com/read/131315/5933857
c line.c
/* @(#)line.c 1.1 */
/*
This program reads a single line from the standard input
and writes it on the standard output. It is probably most useful
in conjunction with the Bourne shell.
*/
#define LS