Lines Matching refs:lineno
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 + 1
144 filename, lineno, type)
146 decl[type] = lineno
147 table.insert(decl_list, { lineno = lineno, rule = type })
155 filename, lineno, rule)
163 filename, lineno, expected.rule, expected.lineno, rule)