Searched refs:NOCELT (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A Dregcustom.h96 typedef int celt; /* Type to hold chr, or NOCELT */
97 #define NOCELT (-1) /* Celt value which is not valid chr */ macro
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A Dregcustom.h90 typedef int celt; /* type to hold chr, MCCE number, or NOCELT */
91 #define NOCELT (-1) /* celt value which is not valid chr or MCCE */ macro
H A Dregcomp.c1615 while (from <= to && (ce = nextleader(v, from, to)) != NOCELT) {
1686 static celt /* NOCELT means none */
1695 celt it = NOCELT;
1703 if (it == NOCELT || ch < it)

Completed in 175 milliseconds