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

  /src/games/hack/
hack.end.c 315 char plchar; member in struct:toptenentry
362 t0->plchar = pl_character[0];
383 &t1->plchar, &t1->sex, t1->name, t1->death) != 11
405 t1->plchar == t0->plchar && --occ_cnt <= 0) {
454 t1->plchar, t1->sex, t1->name, t1->death);
525 if (t1->plchar == 'X')
528 Snprintf(linebuf+pos, sizeof(linebuf)-pos, "-%c ", t1->plchar);
743 &t1->plchar, &t1->sex, t1->name, t1->death) != 11)
756 players[i][1] == t1->plchar &
    [all...]
hack.end.c 315 char plchar; member in struct:toptenentry
362 t0->plchar = pl_character[0];
383 &t1->plchar, &t1->sex, t1->name, t1->death) != 11
405 t1->plchar == t0->plchar && --occ_cnt <= 0) {
454 t1->plchar, t1->sex, t1->name, t1->death);
525 if (t1->plchar == 'X')
528 Snprintf(linebuf+pos, sizeof(linebuf)-pos, "-%c ", t1->plchar);
743 &t1->plchar, &t1->sex, t1->name, t1->death) != 11)
756 players[i][1] == t1->plchar &
    [all...]

Completed in 22 milliseconds