Home
last modified time | relevance | path

Searched refs:seq_history (Results 1 – 8 of 8) sorted by relevance

/dports/japanese/xv/xv-3.10a/
H A Dxvhips.c106 hd->seq_history = calloc(len, sizeof (char));
107 hd->seq_history[0] = '\0';
109 strcat(hd->seq_history,ssave[i]);
H A Dxvhips.h25 char *seq_history; /* The sequence's history of transformations */ member
/dports/graphics/xv/xv-3.10a/
H A Dxvhips.c106 hd->seq_history = calloc(len, sizeof (char));
107 hd->seq_history[0] = '\0';
109 strcat(hd->seq_history,ssave[i]);
H A Dxvhips.h25 char *seq_history; /* The sequence's history of transformations */ member
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvhips.c106 hd->seq_history = calloc(len, sizeof (char));
107 hd->seq_history[0] = '\0';
109 strcat(hd->seq_history,ssave[i]);
H A Dxvhips.h25 char *seq_history; /* The sequence's history of transformations */ member
/dports/graphics/netpbm/netpbm-10.91.01/converter/pgm/
H A Dhipstopgm.c31 char* seq_history; /* A description of the sequence of transformations member
/dports/biology/mapm3/mapm3-3.0_1/quant/
H A Dqcmds.c335 TABLE *seq_history; in show_seq_history() local
342 seq_history= context[active_context]->sequence_history; in show_seq_history()
343 for(Te=seq_history->list; Te!=NULL; Te=Te->next) { in show_seq_history()