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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.xmap.c9 * a map (the Xmap) to convert these extended-key sequences
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
43 * are in Xmap, adding the key "abc" will cause the first two
48 * Removes all entries from Xmap and resets the defaults.
102 /* The Nodes of the Xmap. The Xmap is a linked list of these node
114 static XmapNode *Xmap = NULL; /* the current Xmap */ variable
147 * Takes all nodes on Xmap an
[all...]

Completed in 41 milliseconds