Searched refs:tmpline (Results 1 – 7 of 7) sorted by relevance
2419 struct _line *tmpline; local2445 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 …]
3290 struct text *tmpline = first_line; in from_top() local3293 while ((tmpline != NULL) && (tmpline != curr_line)) in from_top()3296 tmpline = tmpline->next_line; in from_top()
147 extern char tmpline[];
90 char tmpline[10240]; variable389 tmpline[0] = '\0'; in main()1918 cp = tmpline; in handleoobcmd()1919 if (ftpd_getline(cp, sizeof(tmpline)) == NULL) { in handleoobcmd()