HomeSort by: relevance | last modified time | path
    Searched refs:lineno (Results 1 - 25 of 113) sorted by relevancy

1 2 3 4 5

  /src/usr.sbin/pf/pfs/
parser.h 37 extern int lineno;
token.l 95 \n { lineno ++; }
110 printf("line %d: %s at [%s]\n", lineno, s, yytext);
119 lineno = 1;
126 printf("parse failed, line %d.\n", lineno);
  /src/usr.sbin/autofs/
token.l 44 int lineno;
58 #.*\n { lineno++; return NEWLINE; };
59 \\\n { lineno++; };
60 \n { lineno++; return NEWLINE; }
  /src/tests/lib/libc/stdlib/
h_getopt_long.c 46 size_t len, lineno = 0; local in function:main
58 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) {
65 (unsigned long)lineno);
81 (unsigned long)lineno);
85 (unsigned long)lineno);
98 (unsigned long)lineno);
101 (unsigned long)lineno);
108 (unsigned long)lineno);
125 longopt, (unsigned long)lineno);
138 (unsigned long)lineno);
    [all...]
h_getopt.c 44 size_t len, lineno = 0; local in function:main
52 while ((line = fparseln(stdin, &len, &lineno, NULL, 0)) != NULL) {
59 (unsigned long)lineno);
71 (unsigned long)lineno);
90 (unsigned long)lineno);
  /src/usr.sbin/gspa/gspa/
gsp_sym.c 72 ptr->lineno = NOT_YET;
98 ptr->lineno = lno;
105 define_sym(id, pc, lineno, DEFINED);
119 if( lno < lineno )
120 lno = lineno;
138 bp->lineno = lineno;
150 nl->lineno = lineno;
170 fp->lineno = NOT_YET
    [all...]
gspa.c 59 unsigned lineno; variable in typeref:typename:unsigned
79 int lineno; member in struct:input
143 lineno = 0;
176 lineno = 0;
223 p->lineno = lineno;
227 lineno = 1;
244 lineno = p->lineno;
248 ++lineno;
    [all...]
  /src/usr.bin/xlint/lint2/
msg.c 117 int lineno; local in function:mkpos
120 lineno = posp->p_iline;
123 lineno = posp->p_line;
132 if (lineno != 0)
134 fn, qm ? "?" : "", lineno);
check-msgs.lua 39 local function check_message(fname, lineno, id, comment, msgs)
43 print_error("%s:%d: id=%d not found", fname, lineno, id)
62 fname, lineno, id, msg, comment)
68 local lineno = 0
71 lineno = lineno + 1
78 check_message(fname, lineno, id, comment, msgs)
81 fname, lineno, id, msgs[id])
  /src/lib/libc/net/
nsparser.y 86 int lineno;
88 lineno = _nsyylineno - (*_nsyytext == '\n' ? 1 : 0);
92 _PATH_NS_CONF, lineno,
160 int lineno;
164 lineno = _nsyylineno - (*_nsyytext == '\n' ? 1 : 0);
170 _PATH_NS_CONF, lineno,
179 _PATH_NS_CONF, lineno,
188 _PATH_NS_CONF, lineno,
  /src/usr.bin/xlint/lint1/
check-msgs.lua 39 local function check_message(fname, lineno, id, comment, msgs)
43 print_error("%s:%d: id=%s not found", fname, lineno, id)
61 fname, lineno, id, msg, comment)
78 local lineno = 0
81 lineno = lineno + 1
89 check_message(fname, lineno, id, comment, msgs)
92 fname, lineno, id, msgs[id])
136 local lineno = 0
138 lineno = lineno +
    [all...]
  /src/usr.bin/ypcat/
ypalias_init.c 74 size_t i = 0, len, lineno; local in function:ypalias_init
82 lineno = 1;
83 for (; (line = fparseln(fp, &len, &lineno, NULL,
91 _PATH_YPNICKNAMES, lineno);
  /src/tests/lib/libc/regex/
t_regex_att.c 58 fail(const char *pattern, const char *input, size_t lineno) {
61 lineno, pattern, input);
65 bug(const char *pattern, const char *input, size_t lineno) {
174 fail(pattern, input, lineno);
355 checkcomment(const char *s, size_t lineno)
358 fprintf(stderr, "Expected %s at line %zu\n", s, lineno);
363 size_t lineno)
383 ATF_CHECK_STREQ_MSG(res, matches, " at line %zu", lineno);
392 size_t len, lineno = 0; local in function:att_test
403 for (; (line = fparseln(input_file, &len, &lineno, delim, 0)
    [all...]
  /src/tests/lib/libc/locale/
t_ducet.c 56 int i, lineno = 0;
62 ++lineno;
69 printf(" line %d : ", lineno);
101 int i, lineno = 0, result;
109 ++lineno;
116 printf(" line %d : ", lineno);
  /src/usr.bin/m4/
expr.c 40 infile[ilevel].lineno, msg, copy_toeval);
  /src/tests/lib/libcurses/slave/
lint.lua 46 for lineno, line in ipairs(lines) do
61 print_error("%s:%d: ARG without preceding ARGC", fname, lineno)
64 fname, lineno, curr_arg, line)
  /src/usr.sbin/lpr/filters/
lpf.c 62 static int lineno; variable in typeref:typename:int
137 lineno = length;
211 if (++lineno >= length) {
214 lineno = 0;
219 if (lineno) { /* be sure to end on a page boundary */
  /src/tests/usr.bin/xlint/lint1/
check-expect.lua 202 if a.lineno ~= b.lineno then
203 return a.lineno > b.lineno
211 local lineno, message = item.lineno, item.message
212 local indent = (lines[lineno] or ""):match("^([ \t]*)")
213 local offset = 1 + (seen[lineno] or 0)
215 table.insert(lines, lineno, line)
216 seen[lineno] = (seen[lineno] or 0) +
    [all...]
  /src/usr.bin/checknr/
checknr.c 194 static int lineno; /* current line number in input file */ variable in typeref:typename:int
322 for (lineno = 1; fgets(line, sizeof line, f); lineno++) {
330 pe(lineno);
337 pe(lineno);
376 pe(lineno);
383 stk[stktop].lno = lineno;
392 pe(lineno);
399 stk[stktop].lno = lineno;
460 stk[stktop].lno = lineno;
    [all...]
  /src/tests/lib/libc/db/
h_db.c 91 static size_t lineno; /* Current line in test script. */ variable in typeref:typename:size_t
184 for (lineno = 1;
185 (p = fgets(buf, sizeof(buf), stdin)) != NULL; ++lineno) {
194 if (XXlineno == lineno)
264 lineno);
275 lineno);
317 lineno);
331 lineno, p);
381 err(1, "line %zu: get failed", lineno);
389 lineno, (int)MIN(kp->size, 20)
    [all...]
  /src/usr.sbin/quotarestore/
quotarestore.c 367 unsigned lineno; local in function:readdumpfile
377 lineno = 0;
381 lineno++;
404 lineno++;
412 path, lineno);
425 path, lineno);
430 path, lineno);
435 path, lineno, fields[0]);
439 path, lineno, fields[1]);
444 path, lineno, fields[2])
    [all...]
  /src/usr.sbin/rpc.yppasswdd/
yppasswdd_mkpw.c 72 int lineno; local in function:make_passwd
101 for(lineno = 1; ; lineno++) {
112 warnx("line %d too long", lineno);
  /src/bin/sh/
exec.h 48 int lineno; /* for functions: Abs line number of defn */ member in struct:cmdentry
  /src/usr.bin/ctags/
ctags.h 47 #define SETLINE {++lineno;lineftell = ftell(inf);}
71 extern int lineno; /* line number of current line */
fortran.c 67 ++lineno;
135 pfnote(tok, lineno);

Completed in 20 milliseconds

1 2 3 4 5