OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:union_position
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/src/
format-lisp.c
2871
int
union_position
;
local
2883
union_position
= -2;
2910
union_position
= sub_position;
2925
if (
union_position
== -2)
2926
union_position
= sub_position;
2928
|| sub_position !=
union_position
)
2929
union_position
= -1;
2937
if (
union_position
!= -2)
2938
position =
union_position
;
2946
int
union_position
;
local
[
all
...]
format-scheme.c
2869
int
union_position
;
local
2881
union_position
= -2;
2908
union_position
= sub_position;
2923
if (
union_position
== -2)
2924
union_position
= sub_position;
2926
|| sub_position !=
union_position
)
2927
union_position
= -1;
2935
if (
union_position
!= -2)
2936
position =
union_position
;
2944
int
union_position
;
local
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026