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

/macosx-10.9.5/vim-53/src/
H A Dmisc1.c6230 char_u *theline; local
6369 theline = skipwhite(linecopy);
6380 if (*theline == '#' && (*linecopy == '#' || in_cinkeys('#', ' ', TRUE)))
6399 else if (cin_islinecomment(theline)
6411 else if (!cin_iscomment(theline)
6466 if (STRNCMP(theline, lead_middle, lead_middle_len) == 0
6467 && STRNCMP(theline, lead_end, STRLEN(lead_end)) != 0)
6501 if (STRNCMP(theline, lead_middle, lead_middle_len) != 0
6502 && STRNCMP(theline, lead_end, STRLEN(lead_end)) == 0)
6523 else if (theline[
[all...]
H A Dex_getln.c6357 char_u *theline; local
6374 theline = eap->getline(
6380 if (theline == NULL || STRCMP(end_pattern, theline) == 0)
6382 vim_free(theline);
6386 ga_concat(&ga, theline);
6388 vim_free(theline);
H A Dex_cmds.c3892 char_u *theline; local
3943 theline = vim_strnsave(eap->nextcmd, (int)(p - eap->nextcmd));
3949 theline = eap->getline(
3955 if (theline == NULL)
3964 for (p = theline; indent > vcol; ++p)
3977 vim_free(theline);
3983 theline[0] = NUL;
3986 ml_append(lnum, theline, (colnr_T)0, FALSE);
3989 vim_free(theline);
H A Deval.c20304 char_u *theline; local
20633 theline = line_arg;
20634 p = vim_strchr(theline, '\n');
20644 theline = getcmdline(':', 0L, indent);
20646 theline = eap->getline(':', eap->cookie, indent);
20649 if (theline == NULL)
20665 if (STRCMP(theline, skip_until) == 0)
20674 for (p = theline; vim_iswhite(*p) || *p == ':'; ++p)
20681 vim_free(theline);
20748 vim_free(theline);
[all...]
/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclParse.c2289 int theline;
2292 theline = line + adjust;
2295 0, theline, clNextOuter, outerScript);
2274 int theline; local
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest49.vim64 let theline = getline(last)
65 if theline =~ 'X\(loop\|path\)INIT'
68 let num = 2 * substitute(theline, '.*Xloop\s*\(\d\+\).*', '\1', "")
84 let theline = getline(last)
85 if theline =~ 'XpathINIT'
87 elseif theline =~ 'Xpath\>'
88 let num = 2 * substitute(theline, '.*Xpath\s*\(\d\+\).*', '\1', "")
91 let num = substitute(theline, pattern, '\1', "")
92 let factor = substitute(theline, pattern, '\2', "")
378 let theline
[all...]

Completed in 478 milliseconds