OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:context_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/groff/dist/src/preproc/eqn/
lex.cpp
595
int
context_index
= 0;
variable
601
context_index
= 0;
606
int i =
context_index
;
610
if (j ==
context_index
) {
627
context_ring[
context_index
] = s;
628
context_index
= (
context_index
+ 1) % NCONTEXT;
633
context_ring[
context_index
] = c;
634
context_index
= (
context_index
+ 1) % NCONTEXT
[
all
...]
lex.cpp
595
int
context_index
= 0;
variable
601
context_index
= 0;
606
int i =
context_index
;
610
if (j ==
context_index
) {
627
context_ring[
context_index
] = s;
628
context_index
= (
context_index
+ 1) % NCONTEXT;
633
context_ring[
context_index
] = c;
634
context_index
= (
context_index
+ 1) % NCONTEXT
[
all
...]
Completed in 37 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026