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

/macosx-10.10/vim-55/runtime/indent/
H A Didlang.vim33 let curind = indent(pnum)
38 let curind = curind+&sw
42 let curind = curind-&sw
49 elseif indent(v:lnum) > curind-&sw
50 let curind = curind-&sw
55 if indent(v:lnum) < curind+&sw
56 let curind
[all...]
H A Dmatlab.vim40 let curind = indent(plnum)
47 elseif indent(v:lnum) > curind - &sw
49 let curind = curind - &sw
59 if indent(v:lnum) < curind + &sw
61 let curind = curind + &sw
71 return curind
/macosx-10.10/mail_cmds-30/mail/
H A Dcmd1.c179 char headline[LINESIZE], wcount[LINESIZE], *subjline, dispc, curind; local
192 curind = dot == mp ? '>' : ' ';
211 curind, dispc, mesg, name, hl.l_date, wcount);
214 curind, dispc, mesg, name, hl.l_date, wcount,

Completed in 168 milliseconds