Home
last modified time | relevance | path

Searched refs:uschar (Results 1 – 8 of 8) sorted by relevance

/external/one-true-awk/
Db.c64 static const uschar *rlxstr;
65 static const uschar *prestr; /* current position in current re */
66 static const uschar *lastre; /* origin of last re */
67 static const uschar *lastatom; /* origin of last Atom */
68 static const uschar *starttok;
69 static const uschar *basestr; /* starts with original, replaced during
71 static const uschar *firstbasestr;
109 uschar *p2; in resize_state()
123 p2 = (uschar *) realloc(f->out, new_count * sizeof(f->out[0])); in resize_state()
190 firstbasestr = (const uschar *) s; in mkdfa()
[all …]
Dawk.h38 typedef unsigned char uschar; typedef
94 uschar ctype; /* OCELL, OBOOL, OJUMP, etc. */
95 uschar csub; /* CCON, CTEMP, CFLD, etc. */
238 uschar *up;
245 uschar *out;
246 uschar *restr;
Dproto.h46 extern int hexstr(const uschar **);
47 extern int quoted(const uschar **);
Dlex.c151 retc = (uschar)buf[0]; /* character is its own type */ in gettok()
567 c = (uschar)*--yysptr; in input()
569 if ((c = (uschar)*lexprog) != 0) in input()
Dtran.c581 const uschar *s = (const uschar *) is; in qstring()
582 uschar *buf, *bp; in qstring()
584 if ((buf = (uschar *) malloc(strlen(is)+3)) == NULL) in qstring()
Dlib.c144 uschar saveb0; in getrec()
755 if (!isalpha((uschar) *s) && *s != '_') in isclvar()
758 if (!(isalnum((uschar) *s) || *s == '_')) in isclvar()
Drun.c869 if (isalpha((uschar)*s)) in format()
1363 if (isdigit((uschar)buf[0])) in split()
1533 *pbuf = fun_c((uschar)*pbuf); in nawk_convert()
DFIXES700 minor fiddles in tran.c to keep compilers happy about uschar.
705 band-aid in b.c (member()), and some (uschar) casts to head
963 replaced uchar by uschar everywhere; apparently some compilers