Lines Matching refs:command_win
271 … wprintw (command_win,"Error - Sorry, Only fast symbolic link following is currently supported\n"); in type_dir___cd()
303 wprintw (command_win,"Can\'t continue - Stopping at last inode\n");refresh_command_win (); in type_dir___cd()
308 …wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path … in type_dir___cd()
351 wprintw (command_win,"Error - Argument_not_specified\n");wrefresh (command_win); in type_dir___entry()
358 wprintw (command_win,"Error - Entry number out of range\n");wrefresh (command_win); in type_dir___entry()
555 wprintw (command_win,"Error - Argument not specified\n");wrefresh (command_win); in type_dir___remember()
580 …wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",descriptor_ptr->name,device_offs… in type_dir___remember()
581 wrefresh (command_win); in type_dir___remember()
602 wprintw (command_win,"Error - Missing arguments\n");refresh_command_win (); in type_dir___set()
608 wprintw (command_win,"Error - Bad syntax\n");refresh_command_win ();return; in type_dir___set()
616 …wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->inode);refresh_command_win… in type_dir___set()
623 …wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->rec_len);refresh_command_w… in type_dir___set()
630 …wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->name_len);refresh_command_… in type_dir___set()
637 wprintw (command_win,"Error - Length of name greater then name_len\n"); in type_dir___set()
641 wprintw (command_win,"Variable %s set to %s\n",variable,value);refresh_command_win (); in type_dir___set()
659 wprintw (command_win,"Error - Variable %s not found\n",variable); in type_dir___set()