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

  /src/games/rogue/
message.c 63 static short msg_col = 0, imsg = -1; variable in typeref:typename:short
87 mvaddstr(MIN_ROW-1, msg_col, more);
100 msg_col = strlen(msg);
message.c 63 static short msg_col = 0, imsg = -1; variable in typeref:typename:short
87 mvaddstr(MIN_ROW-1, msg_col, more);
100 msg_col = strlen(msg);

Completed in 22 milliseconds