OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listindex
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/error/
subr.c
56
int
listindex
;
local in function:arrayify
62
for (
listindex
= 0, errorp = header;
63
listindex
< listlength;
64
listindex
++, errorp = errorp->error_next) {
65
array[
listindex
] = errorp;
66
errorp->error_position =
listindex
;
68
array[
listindex
] = NULL;
subr.c
56
int
listindex
;
local in function:arrayify
62
for (
listindex
= 0, errorp = header;
63
listindex
< listlength;
64
listindex
++, errorp = errorp->error_next) {
65
array[
listindex
] = errorp;
66
errorp->error_position =
listindex
;
68
array[
listindex
] = NULL;
Completed in 21 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025