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

  /src/games/hunt/hunt/
otto.c 111 STATIC int comlen; variable in typeref:typename:STATIC int
191 comlen = 0;
220 (void) write(huntsocket, command, comlen);
221 Otto_count += comlen;
223 (void) fwrite(command, 1, comlen, debug);
431 command[comlen++] = toupper((unsigned char)cmd);
441 command[comlen++] = cmd;
459 command[comlen++] = 'o';
460 command[comlen++] = 'o';
462 command[comlen++] = ' '
    [all...]

Completed in 11 milliseconds