Home
last modified time | relevance | path

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

/dports/editors/ecce/ecce-2.9d/
H A Decce.c117 #define Max_command_units 127 macro
601 com = (ecce_int *) malloc ((Max_command_units+1)*sizeof(ecce_int)); in init_globals()
602 xlink = (int *) malloc ((Max_command_units+1)*sizeof(int)); in init_globals()
603 text = (ecce_char *) malloc ((Max_command_units+1) * sizeof(ecce_char)); in init_globals()
605 num = (long *) malloc ((Max_command_units+1)*sizeof(long)); in init_globals()
606 lim = (long *) malloc ((Max_command_units+1)*sizeof(long)); in init_globals()
1515 endpos = Max_command_units; in analyse()