Lines Matching refs:variable
13 Most of the functions use the global variable file_info (along with the special directory fields there) to save
590 because it is of variable length.
596 unsigned char *ptr,buffer [80],variable [80],value [80],temp [80];
611 strncpy (variable,buffer,ptr-buffer);variable [ptr-buffer]=0;
614 if (strcasecmp ("inode",variable)==0) {
617 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->inode);refresh_command_win ();
621 if (strcasecmp ("rec_len",variable)==0) {
624 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->rec_len);refresh_command_win ();
628 if (strcasecmp ("name_len",variable)==0) {
631 wprintw (command_win,"Variable %s set to %lu\n",variable,dir_entry_ptr->name_len);refresh_command_win ();
635 if (strcasecmp ("name",variable)==0) {
642 wprintw (command_win,"Variable %s set to %s\n",variable,value);refresh_command_win ();
660 wprintw (command_win,"Error - Variable %s not found\n",variable);