代码搜索:reimplementation
找到约 109 项符合「reimplementation」的源代码
代码结果 109
www.eeworm.com/read/459842/7264143
cpp transqwidget.cpp
/**
* Copyright (C) 2004 Savoir-Faire Linux inc.
* Author: Laurielle Lea
*
* T
www.eeworm.com/read/458682/7291448
sh grp.sh
#!/bin/bash
# grp.sh: Very crude reimplementation of 'grep'.
E_BADARGS=65
if [ -z "$1" ] # Check for argument to script.
then
echo "Usage: `basename $0` pattern"
exit $E_BADARGS
fi
echo
f
www.eeworm.com/read/131315/5931588
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 {
cha
www.eeworm.com/read/131315/5934879
h re.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 {
cha
www.eeworm.com/read/116793/6112362
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 25
typedef struct regexp {
cha
www.eeworm.com/read/108242/6183507
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/108242/6183538
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/108242/6183842
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/339483/12230711
sh grp.sh
#!/bin/bash
# grp.sh: Very crude reimplementation of 'grep'.
E_BADARGS=65
if [ -z "$1" ] # Check for argument to script.
then
echo "Usage: `basename $0` pattern"
exit $E_BADARGS
fi
echo
f
www.eeworm.com/read/124658/14555245
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