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

/freebsd-13-stable/contrib/flex/src/
H A Decs.c104 * int lenccl, fwd[llsiz], bck[llsiz], llsiz, NUL_mapping;
106 * int llsiz, int NUL_mapping );
112 * NUL_mapping is the value which NUL (0) should be mapped to.
115 void mkeccl (unsigned char ccls[], int lenccl, int fwd[], int bck[], int llsiz, int NUL_mapping) argument
130 if (NUL_mapping && cclm == 0)
131 cclm = NUL_mapping;
142 if (NUL_mapping && ccls[j] == 0)
143 ccl_char = NUL_mapping;

Completed in 38 milliseconds