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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dcm.h102 extern struct cm Wcm; /* Terminal capabilities */
107 #define curY Wcm.cm_curY
108 #define curX Wcm.cm_curX
109 #define Up Wcm.cm_up
110 #define Down Wcm.cm_down
111 #define Left Wcm.cm_left
112 #define Right Wcm.cm_right
113 #define Tab Wcm.cm_tab
114 #define BackTab Wcm.cm_backtab
115 #define TabWidth Wcm
[all...]
H A Dcm.c96 if (curX == Wcm.cm_cols) {
103 if (Wcm.cm_magicwrap)
105 else if (Wcm.cm_autowrap) {
158 Wcm.cc_up = COST (Wcm.cm_up, evalcost);
159 Wcm.cc_down = COST (Wcm.cm_down, evalcost);
160 Wcm.cc_left = COST (Wcm.cm_left, evalcost);
161 Wcm
[all...]
H A Dterm.c2461 Wcm.cm_tab = tgetstr ("ta", address);
2571 if (!Wcm.cm_tab)
2572 Wcm.cm_tab = "\t";
2608 Wcm.cm_tab = 0;
2623 Wcm.cm_losewrap = 1;
2713 = (Wcm.cm_abs
H A Ddispnew.c295 struct cm Wcm;
291 struct cm Wcm; variable in typeref:struct:cm

Completed in 125 milliseconds