Searched refs:NOTACHAR (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_ucd.c56 NOTACHAR,
57 0x0053, 0x0073, 0x017f, NOTACHAR,
58 0x01c4, 0x01c5, 0x01c6, NOTACHAR,
59 0x01c7, 0x01c8, 0x01c9, NOTACHAR,
60 0x01ca, 0x01cb, 0x01cc, NOTACHAR,
61 0x01f1, 0x01f2, 0x01f3, NOTACHAR,
62 0x0345, 0x0399, 0x03b9, 0x1fbe, NOTACHAR,
63 0x00b5, 0x039c, 0x03bc, NOTACHAR,
64 0x03a3, 0x03c2, 0x03c3, NOTACHAR,
65 0x0392, 0x03b2, 0x03d0, NOTACHAR,
[all...]
H A Dpcre_internal.h298 #define NOTACHAR 0xffffffff macro
977 NOTACHAR (which is 0xffffffff).
990 NOTACHAR
1020 CHAR_LF, CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, 0x2028, 0x2029, NOTACHAR
1040 #define HSPACE_LIST CHAR_HT, CHAR_SPACE, CHAR_NBSP, NOTACHAR
1051 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_NEL, CHAR_LF, NOTACHAR
1054 CHAR_VT, CHAR_FF, CHAR_CR, CHAR_LF, CHAR_NEL, NOTACHAR
H A Dpcre_dfa_exec.c630 c = NOTACHAR; /* This value should never actually be used */
738 d = NOTACHAR; /* if these variables are not set. */
2139 othercase = NOTACHAR;
2327 pcre_uint32 otherd = NOTACHAR;
2374 pcre_uint32 otherd = NOTACHAR;
2419 pcre_uint32 otherd = NOTACHAR;
2456 pcre_uint32 otherd = NOTACHAR;
2500 pcre_uint32 otherd = NOTACHAR;
H A Dpcre_compile.c2999 list[3] = NOTACHAR;
3022 list[3] = NOTACHAR;
3024 list[4] = NOTACHAR;
3054 while(*clist_src++ != NOTACHAR);
3056 /* All characters are stored. The terminating NOTACHAR
3504 while(*ochr_ptr != NOTACHAR);
3515 while(*ochr_ptr != NOTACHAR);
3516 if (*ochr_ptr == NOTACHAR) return FALSE; /* Not found */
3632 while(*chr_ptr != NOTACHAR);
4358 p points to row of 32-bit values, terminated by NOTACHAR
[all...]
H A Dpcre_printint.c279 while (*p < NOTACHAR) fprintf(f, " %04x", *p++);
H A Dpcre_study.c934 while ((c = *p++) < NOTACHAR)

Completed in 72 milliseconds