HomeSort by relevance Sort by last modified time
    Searched defs:cursize (Results 1 - 4 of 4) sorted by null

  /external/quake/quake/src/WinQuake/
common.h 45 int cursize; member in struct:sizebuf_s
  /external/quake/quake/src/QW/client/
common.h 43 int cursize; member in struct:sizebuf_s
  /external/dropbear/
scp.c 940 static size_t cursize; local
944 if (need > cursize) {
948 cursize = need;
  /external/mksh/src/
histrap.c 523 int cursize = histptr - history; local
526 if (n < cursize) {
528 cursize = n;
534 histptr = history + cursize;

Completed in 49 milliseconds