Searched refs:uschar (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/one-true-awk/ |
H A D | b.c | 64 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; 147 uschar *p2; in resize_state() 161 p2 = (uschar *) realloc(f->out, new_count * sizeof(f->out[0])); in resize_state() 230 firstbasestr = (const uschar *) s; in mkdfa() [all …]
|
H A D | awk.h | 38 typedef unsigned char uschar; typedef 98 uschar ctype; /* OCELL, OBOOL, OJUMP, etc. */ 99 uschar csub; /* CCON, CTEMP, CFLD, etc. */ 250 uschar *up; 269 uschar *out; 270 uschar *restr;
|
H A D | tran.c | 573 const uschar *s = (const uschar *) is; in qstring() 574 uschar *buf, *bp; in qstring() 576 if ((buf = (uschar *) malloc(strlen(is)+3)) == NULL) in qstring()
|
H A D | lex.c | 160 retc = (uschar)buf[0]; /* character is its own type */ in gettok() 612 c = (uschar)*--yysptr; in input() 614 if ((c = (uschar)*lexprog) != 0) in input()
|
H A D | proto.h | 43 extern int quoted(const uschar **);
|
H A D | run.c | 1130 if (isalpha((uschar)*s)) in format() 1820 if (isdigit((uschar)buf[0])) in split() 1991 *pbuf = fun_c((uschar)*pbuf); in nawk_convert()
|
H A D | lib.c | 146 uschar saveb0; in getrec()
|
H A D | FIXES.1e | 771 minor fiddles in tran.c to keep compilers happy about uschar. 776 band-aid in b.c (member()), and some (uschar) casts to head 1034 replaced uchar by uschar everywhere; apparently some compilers
|