Home
last modified time | relevance | path

Searched refs:recidx (Results 1 – 3 of 3) sorted by last modified time

/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Duserinput.c5924 int recidx[NRECENT]; variable
5937 int k2 = recidx[k]; in lookup_win_index()
5961 recidx[rlast++] = idx; in lookup_win_index()
/dports/net/yate/yate-6.4.0-1/conf.d/
H A Danalog.conf.sample37 ; .*=wave/record//tmp/${caller}_${called}_$(++$recidx).${format}
40 ; recidx=0
43 ; by caller, called, incremented value of the 'recidx' variable and the data format
/dports/emulators/hercules/hercules-3.13/
H A Dhetget.c116 int recidx = 0; variable
298 recidx += reclen; in getrecord()
304 if( ( recptr == NULL ) || ( recidx >= blklen ) ) in getrecord()
318 recidx = 0; in getrecord()
326 recidx = 4; in getrecord()
333 recptr = &blkptr[ recidx ]; in getrecord()
347 if ( reclen + recidx > blklen ) in getrecord()