Home
last modified time | relevance | path

Searched refs:endmatch (Results 1 – 4 of 4) sorted by relevance

/original-bsd/contrib/emacs-18.57/src/
H A Ddispnew.c838 int osp, nsp, begmatch, endmatch, olen, nlen; local
1001 endmatch = obody + olen - op1;
1013 if (endmatch && tem && endmatch <= DCICcost[tem])
1014 endmatch = 0;
1020 if (begmatch + endmatch > 0 && nsp != osp
1021 && begmatch + endmatch <= DCICcost[nsp - osp])
1024 endmatch = 0;
1040 if (endmatch && nlen < olen + nsp - osp)
1042 move_cursor (vpos, nlen - endmatch + osp - nsp);
1051 tem = nsp + begmatch + endmatch;
[all …]
/original-bsd/local/toolchest/ksh/sh/
H A Dtest.c63 failed(btest, endmatch);
H A Ddefs.h231 extern MSG endmatch;
H A Dmsg.c47 const MSG endmatch = "] missing"; variable