Searched refs:RCHAR_T (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/nvi/regex/
H A Dcclass.h42 RCHAR_T ALNUM[] = {'a','l','n','u','m',0};
43 RCHAR_T ALPHA[] = {'a','l','p','h','a',0};
44 RCHAR_T BLANK[] = {'b','l','a','n','k',0};
45 RCHAR_T CNTRL[] = {'c','n','t','r','l',0};
46 RCHAR_T DIGIT[] = {'d','i','g','i','t',0};
47 RCHAR_T GRAPH[] = {'g','r','a','p','h',0};
48 RCHAR_T LOWER[] = {'l','o','w','e','r',0};
49 RCHAR_T PRINT[] = {'p','r','i','n','t',0};
50 RCHAR_T PUNCT[] = {'p','u','n','c','t',0};
51 RCHAR_T SPAC
[all...]
H A Dregex.h56 const RCHAR_T *re_endp; /* end pointer for REG_PEND */
103 int regcomp __P((regex_t *, const RCHAR_T *, int));
106 const RCHAR_T *, size_t, regmatch_t [], int));
H A Dengine.c77 const RCHAR_T *offp; /* offsets work from here */
78 const RCHAR_T *beginp; /* start of string -- virtual NUL precedes */
79 const RCHAR_T *endp; /* end of string -- virtual NUL here */
80 const RCHAR_T *coldp; /* can be no match starting before here */
81 const RCHAR_T **lastpos; /* [nplus+1] */
95 static int matcher __P((struct re_guts *g, const RCHAR_T *string, size_t nmatch, regmatch_t pmatch[], int eflags));
96 static const RCHAR_T *dissect __P((struct match *m, const RCHAR_T *start, const RCHAR_T *stop, sopno startst, sopno stopst));
97 static const RCHAR_T *backre
[all...]
H A Dregex2.h133 typedef RCHAR_T cat_t;
142 RCHAR_T *stripdata; /* malloced area for stripdata */
161 RCHAR_T *must; /* match must contain this string */
H A Dcname.h44 const RCHAR_T *name;
H A Dregcomp.c65 RCHAR_T *next; /* next character in RE */
66 RCHAR_T *end; /* end of string (-> NUL normally) */
69 RCHAR_T *stripdata; /* malloced stripdata */
135 static RCHAR_T nuls[10]; /* place to point scanner in event of error */
182 = extern int regcomp(regex_t *, const RCHAR_T *, int);
193 regcomp(regex_t *preg, const RCHAR_T *pattern, int cflags)
228 p->stripdata = (RCHAR_T *)malloc(p->ssize * sizeof(RCHAR_T));
238 p->next = (RCHAR_T *)pattern; /* convenience; we do not modify it */
712 static RCHAR_T bo
[all...]
H A Dregexec.c160 regexec(const regex_t *preg, const RCHAR_T *string, size_t nmatch, regmatch_t *pmatch, int eflags)
/freebsd-10.2-release/contrib/nvi/common/
H A Dmultibyte.h24 * RCHAR_T The character type used by the internal regex engine.
36 typedef wchar_t RCHAR_T; typedef
70 typedef char RCHAR_T; typedef

Completed in 101 milliseconds