代码搜索:reimplementation
找到约 109 项符合「reimplementation」的源代码
代码结果 109
www.eeworm.com/read/100266/15879228
h regexp.h
/*
* Definitions etc. for regexp(3) routines.
*
* Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
* not the System V one.
*/
/* Refs count, struct rstr * and prototypes adde
www.eeworm.com/read/124658/14555233
readme
This is a nearly-public-domain reimplementation of the V8 regexp(3) package.
It gives C programs the ability to use egrep-style regular expressions, and
does it in a much cleaner fashion than the an
www.eeworm.com/read/220843/4838661
h regexp.h
/*
* Definitions etc. for regexp(3) routines.
*
* Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
* not the System V one.
*/
#ifndef _TCL
#include "tcl.h"
#endif
www.eeworm.com/read/389922/2529990
h regexp.h
/*
* Definitions etc. for regexp(3) routines.
*
* Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
* not the System V one.
*/
#define NSUBEXP 10
typedef struct regexp {
ch
www.eeworm.com/read/389922/2530064
h regexp.h
/*
* Definitions etc. for regexp(3) routines.
*
* Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
* not the System V one.
*/
#define NSUBEXP 10
typedef struct regexp {
uns
www.eeworm.com/read/389922/2530483
h regexp.h
/*
* Definitions etc. for regexp(3) routines.
*
* Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
* not the System V one.
*/
#define ushort unsigned short
#define CHARBITS 0
www.eeworm.com/read/131315/5931586
readme
This is a nearly-public-domain reimplementation of the V8 regexp(3) package.
It gives C programs the ability to use egrep-style regular expressions, and
does it in a much cleaner fashion than the anal
www.eeworm.com/read/131315/5935711
h regexp.h
/*
* Definitions etc. for regexp(3) routines.
*
* Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
* not the System V one.
*/
/* $RCSfile: regexp.h,v $$Revision: 4.0.1.2 $$D
www.eeworm.com/read/124347/6053210
readme
This is a nearly-public-domain reimplementation of the V8 regexp(3) package.
It gives C programs the ability to use egrep-style regular expressions, and
does it in a much cleaner fashion than the anal
www.eeworm.com/read/221464/4828659
h regexp.h
/*
* Definitions etc. for regexp(3) routines.
*
* Caveat: this is V8 regexp(3) [actually, a reimplementation thereof],
* not the System V one.
*/
#ifndef REGEXP_DWA20011023_H
# define REG