Searched refs:lineno (Results 276 - 300 of 1204) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A DMakefile.sub26 lineno.$(OBJEXT) \
71 $(srcdir)/lineno.cpp \
/netbsd-current/external/gpl2/groff/lib/libgroff/
H A DMakefile14 lf.cpp lineno.cpp macropath.cpp \
/netbsd-current/bin/ksh/
H A Dtree.h31 int lineno; /* TCOM/TFUNC: LINENO for this */ member in struct:op
/netbsd-current/usr.sbin/grfconfig/
H A Dgrfconfig.c82 int lineno = 0; local
156 lineno = lineno + 1;
287 if (lineno == 1)
/netbsd-current/external/gpl2/dtc/dist/
H A Dsrcpos.h19 int lineno, colno; member in struct:srcfile_state
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dconfig.c114 rc = wt_attr_index_config( wi, c->fname, c->lineno,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcov-dump.c391 unsigned lineno = gcov_read_unsigned (); local
393 if (!lineno)
408 if (lineno)
410 printf ("%s%u", sep, lineno);
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldlex.h175 extern unsigned int lineno;
/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Drl78.h166 int lineno; member in struct:__anon2099
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcov-dump.cc398 unsigned lineno = gcov_read_unsigned ();
400 if (!lineno)
415 if (lineno)
417 printf ("%s%u", sep, lineno);
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Drl78.h166 int lineno; member in struct:__anon1519
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dtestpkts.h253 int lineno; member in struct:entry
276 * @param pstate: file parse state with lineno, default_ttl,
H A Dunitldns.c147 int lineno = 0, chlineno = 0; local
169 lineno++;
170 if(vbmp) printf("\n%s:%d %s", input, lineno, txt_in);
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Drl78.h166 int lineno; member in struct:__anon1137
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Drl78.h166 int lineno; member in struct:__anon1118
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dconffile.c78 sp->lineno += 1;
111 sp->lineno += 1;
163 return sp->lineno;
/netbsd-current/external/bsd/flex/dist/src/
H A Dfilter.c344 int lineno = 1; local
397 lineno, filename);
424 lineno++;
H A Dbuf.c93 * @param lineno line number
96 struct Buf *buf_linedir (struct Buf *buf, const char* filename, int lineno)
107 (size_t) (1 + ceil (log10 (abs (lineno)))) + /* line number */
112 for (dst = t + snprintf (t, tsz, "#line %d \"", lineno), src = filename; *src; *dst++ = *src++)
95 buf_linedir(struct Buf *buf, const char* filename, int lineno) argument
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-addel.c76 unsigned long lineno = 0; local
113 if ( ldif_read_record( fp, &lineno, &buf, &i ) < 0 ) {
120 if ( ldap_parse_ldif_record( &bv, lineno, &record, "slapd-addel",
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-perl/
H A Dconfig.c90 int lineno,
95 int rc = config_generic_wrapper( be, fname, lineno, argc, argv );
106 rc = config_generic_wrapper( be, fname, lineno, argc+1, av );
87 perl_back_db_config( BackendDB *be, const char *fname, int lineno, int argc, char **argv ) argument
/netbsd-current/external/gpl3/gcc/dist/c++tools/
H A Dresolver.cc134 unsigned lineno = 0; local
140 lineno++;
180 return lineno;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dbacktrace.d63 int lineno, const(char)* func)
73 info.lineno = lineno;
80 auto sym = SymbolOrError(0, SymbolInfo(func, filename, lineno, cast(void*)pc));
131 auto sym = SymbolOrError(0, SymbolInfo(symname, context.filename, context.lineno,
171 int lineno;
/netbsd-current/external/mpl/bind/dist/tests/ns/
H A Dquery_test.c154 test->id.description, test->id.lineno,
161 test->id.description, test->id.lineno,
362 test->id.description, test->id.lineno,
369 test->id.description, test->id.lineno);
375 test->id.description, test->id.lineno);
382 test->id.description, test->id.lineno,
389 test->id.description, test->id.lineno);
396 test->id.description, test->id.lineno);
403 test->id.description, test->id.lineno,
410 test->id.description, test->id.lineno);
[all...]
/netbsd-current/external/bsd/atf/dist/tools/
H A Dreader.cpp128 throw tools::parser::parse_error(t.lineno(),
280 throw parse_error(t.lineno(), "Test program name used in "
290 throw parse_error(t.lineno(),
357 throw parse_error(t.lineno(),
383 throw parse_error(t.lineno(), "Empty reason for " + state +
/netbsd-current/bin/pax/
H A Dftree.c439 tty_warn(1, "line %lu: %s: %s", (u_long)ftnode->lineno,
458 statbuf.st_ino = ftnode->lineno;
463 (u_long)ftnode->lineno, \
486 (u_long)ftnode->lineno, ftent->fts_path,
535 (get_atdir(MFTENT_DUMMY_DEV, ftnode->lineno,

Completed in 294 milliseconds

<<11121314151617181920>>