Searched refs:inputwcs (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/gnu/usr.bin/grep/
H A Ddfa.c358 static wchar_t *inputwcs; /* Wide character representation of input variable
364 And inputwcs[i] is the codepoint. */
2328 while (inputwcs[p - buf_begin] == 0 \
2335 free(inputwcs); \
2428 wc = inputwcs[index];
2478 wc = inputwcs[index];
2714 wc = inputwcs[*pp - mbclen - buf_begin];
2732 wc = inputwcs[*pp - mbclen - buf_begin];
2789 /* initialize mblen_buf, and inputwcs. */
2791 MALLOC(inputwcs, wchar_
[all...]

Completed in 79 milliseconds