Home
last modified time | relevance | path

Searched refs:comlen (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/games/hunt/hunt/
H A Dotto.c111 STATIC int comlen; variable
191 comlen = 0; in otto()
220 (void) write(huntsocket, command, comlen); in otto()
221 Otto_count += comlen; in otto()
223 (void) fwrite(command, 1, comlen, debug); in otto()
431 command[comlen++] = toupper((unsigned char)cmd); in face_and_move_direction()
441 command[comlen++] = cmd; in face_and_move_direction()
459 command[comlen++] = 'o'; in attack()
460 command[comlen++] = 'o'; in attack()
462 command[comlen++] = ' '; in attack()
[all …]