For example, for the command
cp src_file dst_file
my tcsh can complete for src_file if I type src then press TAB, but it does not try to complete for dst_file if I type dst then press TAB.
Output of complete cp
(per @shx2's request):
% complete cp
complete cp 'c/--/(archive backup no-dereference force interactive link preserve parents sparse recursive symbolic-link suffix update verbose version-control one-file-system help version)/' 'c/-/(a b d f i l P p R r S s u V v x -)/' 'n/-*r/d/' 'n/{-S,--suffix}/x:<suffix>/' 'n/{-V,--version-control}/(t numbered nil existing never simple)/' 'n/-/f/' 'N/-/d/' 'p/1/f/' 'p/2/d/' 'n/*/f/'
Is there any setting I missed?