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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dcm.c200 tabx, local
244 * we will put into tabx (for ntabs) and tab2x (for n2tabs)).
249 tabx = (srcx / Wcm.cm_tabwidth + ntabs) * Wcm.cm_tabwidth;
250 tab2x = tabx + Wcm.cm_tabwidth;
261 tabcost = ntabs ? ntabs * Wcm.cc_tab + (dstx - tabx) * Wcm.cc_right
269 ntabs = n2tabs, tabcost = c, tabx = tab2x;
283 srcx = tabx;

Completed in 68 milliseconds