Searched refs:nwith (Results 1 – 2 of 2) sorted by relevance
841 char *nwith; in _history_expand_command() local843 nwith = el_realloc(with, in _history_expand_command()844 size * sizeof(*nwith)); in _history_expand_command()845 if (nwith == NULL) { in _history_expand_command()850 with = nwith; in _history_expand_command()
364 " print('\\nwith num_skips = %d and skip_window = %d:' % (num_skips, skip_window))\n",