Lines Matching refs:refresh_command_win
273 refresh_command_win (); in type_dir___cd()
304 wprintw (command_win,"Can\'t continue - Stopping at last inode\n");refresh_command_win (); in type_dir___cd()
310 refresh_command_win (); in type_dir___cd()
603 wprintw (command_win,"Error - Missing arguments\n");refresh_command_win (); in type_dir___set()
609 wprintw (command_win,"Error - Bad syntax\n");refresh_command_win ();return; in type_dir___set()
617 …intw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->inode);refresh_command_win (); in type_dir___set()
624 …tw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->rec_len);refresh_command_win (); in type_dir___set()
631 …w (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->name_len);refresh_command_win (); in type_dir___set()
639 refresh_command_win ();return; in type_dir___set()
642 wprintw (command_win,"Variable %s set to %s\n",variable,value);refresh_command_win (); in type_dir___set()
661 refresh_command_win (); in type_dir___set()