recent_command    277 fast-import.c  	struct recent_command *prev;
recent_command    278 fast-import.c  	struct recent_command *next;
recent_command    360 fast-import.c  static struct recent_command cmd_hist = {&cmd_hist, &cmd_hist, NULL};
recent_command    361 fast-import.c  static struct recent_command *cmd_tail = &cmd_hist;
recent_command    362 fast-import.c  static struct recent_command *rc_free;
recent_command    414 fast-import.c  	struct recent_command *rc;
recent_command   1885 fast-import.c  			struct recent_command *rc;