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.c3056 struct text *tmpline = first_line; in from_top() local
3059 while ((tmpline != NULL) && (tmpline != curr_line)) in from_top()
3062 tmpline = tmpline->next_line; in from_top()
/freebsd/libexec/ftpd/
H A Dextern.h92 extern char tmpline[];
H A Dftpcmd.y1165 for (c = 0; tmpline[c] != '\0' && --n > 0; ++c) {
1166 *cs++ = tmpline[c];
1167 if (tmpline[c] == '\n') {
1171 tmpline[0] = '\0';
1175 tmpline[0] = '\0';
H A Dftpd.c137 char tmpline[7]; variable
583 tmpline[0] = '\0'; in main()
2802 cp = tmpline; in myoob()
2813 tmpline[0] = '\0'; in myoob()
2819 tmpline[0] = '\0'; in myoob()
/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()