On the documentation page for the tcsh complete command, it lists the symbols [‸D] and [‸C] several times. I haven't found anything from Google. Context suggests that they could be single or double tab, but I can find no reference to support this and wanted to make sure it wasn't something more esoteric.
Any ideas what these are meant to represent?
> complete ftp 'p/1/$hostnames/'
> set hostnames = (rtfm.mit.edu tesla.ee.cornell.edu)
> ftp [‸D]
rtfm.mit.edu tesla.ee.cornell.edu
> ftp [‸C]
> set hostnames = (rtfm.mit.edu tesla.ee.cornell.edu uunet.uu.net)
> ftp [‸D]
rtfm.mit.edu tesla.ee.cornell.edu uunet.uu.net