代码搜索:Label
找到约 10,000 项符合「Label」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6244004
c label.c
#ifndef lint
static char SccsId[] = " @(#)label.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 o
www.eeworm.com/read/101082/6244020
c label.c
#ifndef lint
static char SccsId[] = " @(#)label.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 o
www.eeworm.com/read/101082/6244036
c label.c
#ifndef lint
static char SccsId[] = " @(#)label.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 o
www.eeworm.com/read/101082/6244054
c label.c
/*
* Copyright (C) 1986 by
* DIGITAL EQUIPMENT CORPORATION, Maynard, MA.
*
* This software is furnished under a license and may be used and copied
* only in accordance with the terms of such l
www.eeworm.com/read/101082/6244073
c label.c
#ifndef lint
static char SccsId[] = " @(#)label.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 o
www.eeworm.com/read/101082/6244090
c label.c
#ifndef lint
static char SccsId[] = " @(#)label.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 o
www.eeworm.com/read/101082/6244106
c label.c
#ifndef lint
static char SccsId[] = " @(#)label.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 o
www.eeworm.com/read/101082/6244125
c label.c
#ifndef lint
static char sccsid[] = "@(#)label.c 4.1 (Berkeley) 6/27/83";
#endif
#include
label(s)
char *s;
{
int i;
putc('t',stdout);
for(i=0;s[i];)putc(s[i++],stdout);
putc('\n',stdou
www.eeworm.com/read/101082/6244141
c label.c
#ifndef lint
static char sccsid[] = "@(#)label.c 4.1 (Berkeley) 6/27/83";
#endif
#include "con.h"
label(s)
char *s;
{
int i,c;
while((c = *s++) != '\0'){
xnow += 6;
spew(c);
}
return;
}
www.eeworm.com/read/101082/6244158
c label.c
#ifndef lint
static char sccsid[] = "@(#)label.c 4.1 (Berkeley) 6/27/83";
#endif
#include "con.h"
label(s)
char *s;
{
int i,c;
while((c = *s++) != '\0'){
xnow += HORZRES;
spew(c);
}
retu