Searched refs:Xkey (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/tcsh/
H A Ded.xmap.c6 * An extended-key (Xkey) is a sequence of keystrokes
24 * void AddXkey(Xkey, val, ntype);
25 * CStr *Xkey;
29 * Adds Xkey to the Xmap and associates the value in val with it.
30 * If Xkey is already is in Xmap, the new code is applied to the
31 * existing Xkey. Ntype specifies if code is a command, an
34 * int DeleteXkey(Xkey);
35 * CStr *Xkey;
37 * Delete the Xkey and all longer Xkeys staring with Xkey, i
213 AddXkey(const CStr *Xkey, XmapVal *val, int ntype) argument
316 DeleteXkey(const CStr *Xkey) argument
[all...]

Completed in 38 milliseconds