Home
last modified time | relevance | path

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

/freebsd/contrib/ee/
H A Dnew_curse.c2419 struct _line *tmpline; local
2445 tmpline = window->line_array[window->LY];
2446 tmpline->row[column] = c;
2447 tmpline->attributes[column] = window->Attrib;
2448 tmpline->changed = TRUE;
2449 if (column >= tmpline->last_char)
2451 if (column > tmpline->last_char)
2452 for (j = tmpline->last_char; j < column; j++)
2454 tmpline->row[j] = ' ';
2455 tmpline->attributes[j] = '\0';
[all …]
H A Dee.c3290 struct text *tmpline = first_line; in from_top() local
3293 while ((tmpline != NULL) && (tmpline != curr_line)) in from_top()
3296 tmpline = tmpline->next_line; in from_top()
/freebsd/libexec/ftpd/
H A Dextern.h
H A Dftpcmd.y
H A Dftpd.c
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dextern.h147 extern char tmpline[];
H A Dftpd.c90 char tmpline[10240]; variable
389 tmpline[0] = '\0'; in main()
1918 cp = tmpline; in handleoobcmd()
1919 if (ftpd_getline(cp, sizeof(tmpline)) == NULL) { in handleoobcmd()