HomeSort by: relevance | last modified time | path
    Searched defs:buf_begin (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c 338 static unsigned char const *buf_begin;/* refference to begin in dfaexec(). */ variable
2309 while (inputwcs[p - buf_begin] == 0 \
2310 && mblen_buf[p - buf_begin] > 0 \
2400 buf_begin, and it is the current position in the buffer. */
2440 from the buf_begin, and it is the current position in the buffer. */
2492 strncpy(buffer, buf_begin + index, match_len);
2499 strncpy(buffer, buf_begin + index, op_len);
2512 strncpy(buffer, buf_begin + index, op_len);
2553 `index' is the index from the buf_begin, and it is the current position
2598 *mbclen = (mblen_buf[*pp - buf_begin] == 0)?
    [all...]
  /src/external/gpl2/grep/dist/src/
dfa.c 364 static unsigned char const *buf_begin;/* refference to begin in dfaexec(). */ variable
2330 while (inputwcs[p - buf_begin] == 0 \
2331 && mblen_buf[p - buf_begin] > 0 \
2421 buf_begin, and it is the current position in the buffer. */
2461 from the buf_begin, and it is the current position in the buffer. */
2513 strncpy(buffer, buf_begin + index, match_len);
2520 strncpy(buffer, buf_begin + index, op_len);
2533 strncpy(buffer, buf_begin + index, op_len);
2574 `index' is the index from the buf_begin, and it is the current position
2619 *mbclen = (mblen_buf[*pp - buf_begin] == 0)?
    [all...]

Completed in 18 milliseconds