HomeSort by relevance Sort by last modified time
    Searched refs:uschar (Results 1 - 8 of 8) sorted by null

  /external/one-true-awk/
awk.h 31 typedef unsigned char uschar; typedef
79 uschar ctype; /* OCELL, OBOOL, OJUMP, etc. */
80 uschar csub; /* CCON, CTEMP, CFLD, etc. */
221 uschar *up;
227 uschar gototab[NSTATES][NCHARS];
228 uschar out[NSTATES];
229 uschar *restr;
b.c 66 static uschar *rlxstr;
67 static uschar *prestr; /* current position in current re */
68 static uschar *lastre; /* origin of last re */
148 f->restr = (uschar *) tostring(s);
235 int hexstr(uschar **pp) /* find and eval hex string at pp, return new p */
237 uschar *p;
241 for (i = 0, p = (uschar *) *pp; i < 2 && isxdigit(*p); i++, p++) {
249 *pp = (uschar *) p;
255 int quoted(uschar **pp) /* pick up next thing after a \\ */
258 uschar *p = *pp
    [all...]
proto.h 46 extern int hexstr(uschar **);
47 extern int quoted(uschar **);
tran.c 521 uschar *s = (uschar *) is;
522 uschar *buf, *bp;
524 if ((buf = (uschar *) malloc(strlen(is)+3)) == NULL)
lib.c 113 uschar saveb0;
701 if (!isalpha((uschar) *s) && *s != '_')
704 if (!(isalnum((uschar) *s) || *s == '_'))
lex.c 554 c = (uschar)*--yysptr;
556 if ((c = (uschar)*lexprog) != 0)
run.c 871 if (isalpha((uschar)*s) && *s != 'l' && *s != 'h' && *s != 'L')
1360 if (isdigit((uschar)buf[0]))
    [all...]
FIXES 444 minor fiddles in tran.c to keep compilers happy about uschar.
449 band-aid in b.c (member()), and some (uschar) casts to head
707 replaced uchar by uschar everywhere; apparently some compilers
    [all...]

Completed in 199 milliseconds