OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plural_counter
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
po-gram-gen.y
90
static long
plural_counter
;
350
plural_counter
= 0;
394
if ($3.number !=
plural_counter
)
396
if (
plural_counter
== 0)
401
plural_counter
++;
po-gram-gen.c
92
static long
plural_counter
;
variable
1191
plural_counter
= 0;
1233
if (yyvsp[-2].number.number !=
plural_counter
)
1235
if (
plural_counter
== 0)
1240
plural_counter
++;
Completed in 18 milliseconds
Indexes created Mon May 18 00:24:49 UTC 2026