OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mblen_buf
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/libgrep/
dfa.c
322
static unsigned char *
mblen_buf
;/* Correspond to the input buffer in dfaexec().
variable
329
mblen_buf
: 0, 3, 2, 1
2310
&&
mblen_buf
[p - buf_begin] > 0 \
2315
free(
mblen_buf
); \
2410
mbclen = (
mblen_buf
[index] == 0)? 1 :
mblen_buf
[index];
2483
match_len = (
mblen_buf
[index] == 0)? 1 :
mblen_buf
[index];
2598
*mbclen = (
mblen_buf
[*pp - buf_begin] == 0)? 1
2599
:
mblen_buf
[*pp - buf_begin]
[
all
...]
/src/external/gpl2/grep/dist/src/
dfa.c
348
static unsigned char *
mblen_buf
;/* Correspond to the input buffer in dfaexec().
variable
355
mblen_buf
: 0, 3, 2, 1
2331
&&
mblen_buf
[p - buf_begin] > 0 \
2336
free(
mblen_buf
); \
2431
mbclen = (
mblen_buf
[index] == 0)? 1 :
mblen_buf
[index];
2504
match_len = (
mblen_buf
[index] == 0)? 1 :
mblen_buf
[index];
2619
*mbclen = (
mblen_buf
[*pp - buf_begin] == 0)? 1
2620
:
mblen_buf
[*pp - buf_begin]
[
all
...]
Completed in 27 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026