Home
last modified time | relevance | path

Searched refs:lno (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/runtime/indent/
H A Dsml.vim78 …let lno = searchpair(a:pstart, a:pmid, a:pend, 'bW', 'synIDattr(synID(line("."), col("."), 0), "na…
79 if lno == -1
80 return indent(lno)
89 …let lno = searchpair(a:pstart, a:pmid, a:pend, 'bW', 'synIDattr(synID(line("."), col("."), 0), "na…
90 let moduleLine = getline(lno)
91 if lno == -1 || moduleLine =~ '^\s*\(fun\|structure\|signature\)\>'
92 return indent(lno)
/vim-8.2.3635/src/
H A Dif_cscope.c1911 char *fname, *lno, *extra, *tbuf; in cs_print_tags_priv() local
1961 || (lno = strtok(NULL, (const char *)"\t")) == NULL) in cs_print_tags_priv()
1968 lno[strlen(lno)-2] = '\0'; // ignore ;" at the end in cs_print_tags_priv()
1971 newsize = (int)(strlen(csfmt_str) + 16 + strlen(lno)); in cs_print_tags_priv()
1987 (void)sprintf(buf, csfmt_str, num, lno); in cs_print_tags_priv()
H A Dnetbeans.c1081 linenr_T lno = 1; in nb_do_cmd() local
1105 for (; lno <= nlines ; lno++) in nb_do_cmd()
1107 line = nb_quote(ml_get_buf(buf->bufp, lno, FALSE)); in nb_do_cmd()