OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vindex
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/larn/
io.c
904
static int
vindex
= 0;
variable in typeref:typename:int
911
outbuf[
vindex
++] = ch;
912
if (
vindex
>= BUFBIG)
923
if (
vindex
)
924
write(io_outfd, outbuf,
vindex
);
925
vindex
= 0;
/src/sys/dev/pci/
esa.c
1561
int
vindex
;
local in function:esa_remove_list
1566
vindex
= el->indexmap[index];
1571
if (
vindex
!= lastindex) {
1575
el->mem_addr +
vindex
,
1584
el->indexmap[i] =
vindex
;
Completed in 12 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025