Home
last modified time | relevance | path

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

/dragonfly/contrib/ee/
H A Dnew_curse.c2419 struct _line *tmpline; local
2446 tmpline->row[column] = c;
2448 tmpline->changed = TRUE;
2449 if (column >= tmpline->last_char)
2451 if (column > tmpline->last_char)
2454 tmpline->row[j] = ' ';
2545 struct _line *tmpline; local
2565 tmpline = tmp;
2567 tmpline->number = -1;
2572 tmp->next_screen = tmpline;
[all …]
H A Dee.c3062 struct text *tmpline = first_line; in from_top() local
3065 while ((tmpline != NULL) && (tmpline != curr_line)) in from_top()
3068 tmpline = tmpline->next_line; in from_top()
/dragonfly/libexec/ftpd/
H A Dftpcmd.y85 extern char tmpline[];
1196 for (c = 0; tmpline[c] != '\0' && --n > 0; ++c) {
1197 *cs++ = tmpline[c];
1198 if (tmpline[c] == '\n') {
1202 tmpline[0] = '\0';
1206 tmpline[0] = '\0';
H A Dftpd.c139 char tmpline[7]; variable
580 tmpline[0] = '\0'; in main()
2766 cp = tmpline; in myoob()
2777 tmpline[0] = '\0'; in myoob()
2783 tmpline[0] = '\0'; in myoob()