Searched refs:uschar (Results 1 – 8 of 8) sorted by relevance
/external/one-true-awk/ |
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; 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 …]
|
D | awk.h | 38 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;
|
D | proto.h | 46 extern int hexstr(const uschar **); 47 extern int quoted(const uschar **);
|
D | lex.c | 151 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()
|
D | tran.c | 581 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()
|
D | lib.c | 144 uschar saveb0; in getrec() 755 if (!isalpha((uschar) *s) && *s != '_') in isclvar() 758 if (!(isalnum((uschar) *s) || *s == '_')) in isclvar()
|
D | run.c | 869 if (isalpha((uschar)*s)) in format() 1363 if (isdigit((uschar)buf[0])) in split() 1533 *pbuf = fun_c((uschar)*pbuf); in nawk_convert()
|
D | FIXES | 700 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
|