Home | History | Annotate | Download | only in ext2ed

Lines Matching defs:variable

304 	wprintw (command_win, "Variable %s set to %s\n",
339 wprintw (command_win, "Variable %s set to %s\n",
352 wprintw (command_win, "Variable %s set to %s\n",
364 char *ptr,buffer [80],variable [80],value [80];
386 strncpy (variable,buffer,ptr-buffer);variable [ptr-buffer]=0;
394 if (strcmp (current_type->field_names [i],variable)==0) {
400 set_int(len, ptr, variable, value);
403 set_uint(len, ptr, variable, value);
406 set_char(len, ptr, variable, value);
421 wprintw (command_win,"Error - Variable %s not found\n",variable);