• Home
  • Raw
  • Download

Lines Matching refs:command_win

272 …	wprintw (command_win,"Error - Sorry, Only fast symbolic link following is currently supported\n");  in type_dir___cd()
304 wprintw (command_win,"Can\'t continue - Stopping at last inode\n");refresh_command_win (); in type_dir___cd()
309 …wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path … in type_dir___cd()
352 wprintw (command_win,"Error - Argument_not_specified\n");wrefresh (command_win); in type_dir___entry()
359 wprintw (command_win,"Error - Entry number out of range\n");wrefresh (command_win); in type_dir___entry()
556 wprintw (command_win,"Error - Argument not specified\n");wrefresh (command_win); in type_dir___remember()
581 …wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",descriptor_ptr->name,device_offs… in type_dir___remember()
582 wrefresh (command_win); in type_dir___remember()
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 …wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->inode);refresh_command_win… in type_dir___set()
624 …wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->rec_len);refresh_command_w… in type_dir___set()
631 …wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->name_len);refresh_command_… in type_dir___set()
638 wprintw (command_win,"Error - Length of name greater then name_len\n"); in type_dir___set()
642 wprintw (command_win,"Variable %s set to %s\n",variable,value);refresh_command_win (); in type_dir___set()
660 wprintw (command_win,"Error - Variable %s not found\n",variable); in type_dir___set()