Lines Matching refs:tmpbuf
71 char tmpbuf[80];
74 if (fgets(tmpbuf,80,savfil) != NULL) {
77 tmpbuf[strlen(tmpbuf)-1] = '\0';
78 printf("You seem to have left a game %s.\r\n",tmpbuf+9);
79 s = strchr(tmpbuf+9, ',');
93 getcmd(tmpbuf);
94 if (*tmpbuf == INTRCH)
99 if (strcmp(term+8,tmpbuf+23)) {
113 getcmd(tmpbuf);
115 if (*tmpbuf == INTRCH)
117 if (*tmpbuf == '1') {