OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uschar
(Results
1 - 9
of
9
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
awk.h
31
typedef unsigned char
uschar
;
typedef
79
uschar
ctype; /* OCELL, OBOOL, OJUMP, etc. */
80
uschar
csub; /* CCON, CTEMP, CFLD, etc. */
213
uschar
*up;
219
uschar
gototab[NSTATES][NCHARS];
220
uschar
out[NSTATES];
221
uschar
*restr;
b.c
65
static
uschar
*rlxstr;
66
static
uschar
*prestr; /* current position in current re */
67
static
uschar
*lastre; /* origin of last re */
147
f->restr = (
uschar
*) tostring(s);
236
uschar
*p;
240
for (i = 0, p = (
uschar
*) *pp; i < 2 && isxdigit(*p); i++, p++) {
291
uschar
*p = (
uschar
*) argp;
292
uschar
*op, *bp;
293
static
uschar
*buf = 0
[
all
...]
tran.c
414
uschar
*s = (
uschar
*) is;
415
uschar
*buf, *bp;
417
if ((buf = (
uschar
*) malloc(strlen(is)+3)) == NULL)
lex.c
550
c = (
uschar
)*--yysptr;
552
if ((c = (
uschar
)*lexprog) != 0)
lib.c
108
uschar
saveb0;
669
if (!isalpha((
uschar
) *s) && *s != '_')
672
if (!(isalnum((
uschar
) *s) || *s == '_'))
run.c
842
if (isalpha((
uschar
)*s) && *s != 'l' && *s != 'h' && *s != 'L')
1307
if (isdigit((
uschar
)buf[0]))
[
all
...]
FIXES
284
minor fiddles in tran.c to keep compilers happy about
uschar
.
289
band-aid in b.c (member()), and some (
uschar
) casts to head
545
replaced uchar by
uschar
everywhere; apparently some compilers
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.good
326
const
uschar
*bmtable = NULL;
327
const
uschar
*data = ecode + 1; /* Save for matching */
328
const
uschar
*end_subject;
329
const
uschar
*next = ecode + 1;
330
const
uschar
*p = md->start_subject + md->offset_vector[offset];
331
const
uschar
*p;
332
const
uschar
*pp = eptr;
333
const
uschar
*prev = ecode - (ecode[1] << 8) - ecode[2];
334
const
uschar
*prev = ecode;
335
const
uschar
*req_char_ptr = start_match - 1
[
all
...]
uniq.inp
836
const
uschar
*bmtable = NULL;
837
const
uschar
*data = ecode + 1; /* Save for matching */
838
const
uschar
*end_subject;
839
const
uschar
*next = ecode + 1;
840
const
uschar
*next = ecode + 1;
841
const
uschar
*p = md->start_subject + md->offset_vector[offset];
842
const
uschar
*p;
843
const
uschar
*pp = eptr;
844
const
uschar
*pp = eptr;
845
const
uschar
*pp = eptr
[
all
...]
Completed in 3139 milliseconds