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

/macosx-10.10.1/doc_cmds-49/checknr/
H A Dchecknr.c86 int lno; /* line number the thing came in in */ member in struct:stkstr
350 stk[stktop].lno = lineno;
365 stk[stktop].lno = lineno;
382 pe(stk[i].lno);
425 stk[stktop].lno = lineno;
470 pe(stk[j+1].lno);
472 printf(" does not match %d: ", stk[j+2].lno);
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DtclZIC.tcl115 foreach {fileName lno} $where {
116 puts stderr "$fileName:$lno:can't locate rule \"$rule\""
156 set lno 0
158 incr lno
177 parseRule $fileName $lno $words
184 set until [parseZone $fileName $lno \
196 set until [parseZone $fileName $lno $lastZone $words $until]
200 puts stderr "$fileName:$lno:unknown line type \"[lindex $words 0]\""
216 # lno - Line number within the file
228 proc parseRule {fileName lno word
[all...]
/macosx-10.10.1/vim-55/runtime/indent/
H A Dsml.vim78 let lno = searchpair(a:pstart, a:pmid, a:pend, 'bW', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment"')
79 if lno == -1
80 return indent(lno)
89 let lno = searchpair(a:pstart, a:pmid, a:pend, 'bW', 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\\|comment"')
90 let moduleLine = getline(lno)
91 if lno == -1 || moduleLine =~ '^\s*\(fun\|structure\|signature\)\>'
92 return indent(lno)
/macosx-10.10.1/bzip2-36/bzip2/
H A Ddecompress.c425 Int32 ii, jj, kk, pp, lno, off; local
447 lno = nn / MTFL_SIZE;
449 pp = s->mtfbase[lno] + off;
451 while (pp > s->mtfbase[lno]) {
454 s->mtfbase[lno]++;
455 while (lno > 0) {
456 s->mtfbase[lno]--;
457 s->mtfa[s->mtfbase[lno]]
458 = s->mtfa[s->mtfbase[lno-1] + MTFL_SIZE - 1];
459 lno
[all...]
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dsed0.c816 apr_int64_t lno; local
840 lno = 0;
843 lno = lno*10 + *rcp++ - '0';
853 commands->tlno[commands->nlno++] = lno;
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Detags.c313 int lno; /* line number tag is on */ member in struct:node_st
2035 make_tag (name, namelen, is_func, linestart, linelen, lno, cno)
2041 int lno; /* line number */
2073 pfnote (name, is_func, linestart, linelen, lno, cno);
2078 pfnote (name, is_func, linestart, linelen, lno, cno)
2083 int lno; /* line number */
2109 np->lno = lno;
2327 total += number_len ((long) np->lno) + 1; /* lno, */
6316 unsigned int lno; local
[all...]
/macosx-10.10.1/vim-55/src/
H A Dif_cscope.c2055 char *fname, *lno, *extra, *tbuf; local
2103 if ((lno = strtok(NULL, (const char *)"\t")) == NULL)
2107 lno[strlen(lno)-2] = '\0'; /* ignore ;" at the end */
2110 newsize = (int)(strlen(csfmt_str) + 16 + strlen(lno));
2122 (void)sprintf(buf, csfmt_str, num, lno);
H A Dnetbeans.c1485 linenr_T lno = 1; local
1510 for (; lno <= nlines ; lno++)
1512 line = nb_quote(ml_get_buf(buf->bufp, lno, FALSE));
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dldif.c817 int *lno, /* ptr to line number counter */
854 (*lno)++;
815 ldif_read_record( LDIFFP *lfp, int *lno, char **bufp, int *buflenp ) argument
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dldif.c789 int *lno, /* ptr to line number counter */
826 (*lno)++;
787 ldif_read_record( LDIFFP *lfp, int *lno, char **bufp, int *buflenp ) argument
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Darc-mode.el829 (lno (archive-get-lineno))
837 (archive-next-line lno))
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm[all...]

Completed in 217 milliseconds