Lines Matching refs:current_type

42 	if (current_type!=NULL) {
44 wprintw (show_pad,"Type %s specific commands:\n",current_type->name);max_line++;
46 if (current_type->type_commands.last_command==-1) {
50 for (i=0;i<=current_type->type_commands.last_command;i++) {
54 wprintw (show_pad,"%-13s",current_type->type_commands.names [i]);
115 if (current_type != NULL)
116 for (i=0;i<=current_type->type_commands.last_command;i++) {
117 if (strcmp (current_type->type_commands.names [i],text)==0) {
118 wprintw (show_pad,"%s - %s\n",text,current_type->type_commands.descriptions [i]);
181 current_type=NULL; /* There is no type now */
228 if (current_type==NULL) {
233 mult=current_type->length;
371 if (current_type==NULL) {
389 if (current_type==NULL) {
393 for (i=0;i<current_type->fields_num && !found;i++) {
394 if (strcmp (current_type->field_names [i],variable)==0) {
397 len = current_type->field_lengths [i];
398 switch (current_type->field_types [i]) {
411 current_type->field_types [i]);
416 offset+=current_type->field_lengths [i];
506 current_type=NULL;
520 current_type=descriptor_ptr;
626 if (current_type==NULL) {
665 for (i=0;i<current_type->fields_num;i++) {
666 wprintw (show_pad,"%-20s = ",current_type->field_names [i]);
668 len = current_type->field_lengths[i];
669 switch (current_type->field_types[i]) {
686 current_type->length=offset;
705 if (current_type!=NULL) {
734 if (current_type!=NULL) {
798 remember_lifo.type [entry_num]=current_type;
801 if (current_type!=NULL)
802 wprintw (command_win,"Object %s in Offset %ld remembered as %s\n",current_type->name,device_offset,buffer);
849 wprintw (command_win,"Object %s in Offset %ld recalled\n",current_type->name,device_offset);