HomeSort by: relevance | last modified time | path
    Searched defs:tempbase (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
pax.c 114 char *tempbase; /* basename of tempfile to use for mkstemp(3) */ variable in typeref:typename:char *
297 tempbase = tempfile + tdlen;
298 *tempbase++ = '/';
  /src/games/canfield/canfield/
canfield.c 163 static int mtforigin, tempbase; variable in typeref:typename:int
1283 tempbase = 0;
1287 if (found[tempbase] != NIL)
1288 if (rankhigher(*cp, tempbase)
1289 && samesuit(*cp, tempbase)) {
1296 transit(cp, &found[tempbase]);
1297 printcard(pilemap[tempbase],
1298 foundrow, found[tempbase]);
1321 tempbase++;
1323 tempbase++
    [all...]

Completed in 12 milliseconds