HomeSort by: relevance | last modified time | path
    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