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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c337 static unsigned char const *buf_begin;/* refference to begin in dfaexec(). */ variable
2308 while (inputwcs[p - buf_begin] == 0 \
2309 && mblen_buf[p - buf_begin] > 0 \
2399 buf_begin, and it is the current position in the buffer. */
2439 from the buf_begin, and it is the current position in the buffer. */
2491 strncpy(buffer, (const char *) (buf_begin + index), match_len);
2498 strncpy(buffer, (const char *) (buf_begin + index), op_len);
2511 strncpy(buffer, (const char *) (buf_begin + index), op_len);
2552 `index' is the index from the buf_begin, and it is the current position
2597 *mbclen = (mblen_buf[*pp - buf_begin]
[all...]

Completed in 106 milliseconds