Lines Matching refs:lineno

96     int     lineno;			/* source file line number */
143 int lineno; /* where in file */
186 dict_pcre->dict.name, match_rule->rule.lineno, ret);
208 static void dict_pcre_exec_error(const char *mapname, int lineno, int errval)
213 mapname, lineno);
218 mapname, lineno);
222 mapname, lineno);
226 mapname, lineno);
231 mapname, lineno);
236 mapname, lineno);
241 mapname, lineno);
245 mapname, lineno, errval);
303 dict_pcre_exec_error(dict->name, rule->lineno, ctxt.matches);
328 dict->name, rule->lineno);
354 dict_pcre_exec_error(dict->name, rule->lineno, ctxt.matches);
419 static int dict_pcre_get_pattern(const char *mapname, int lineno, char **bufp,
441 mapname, lineno);
462 "ignoring this rule", mapname, lineno, re_delimiter);
499 "skipping this rule", mapname, lineno, *p);
527 ctxt->mapname, ctxt->lineno, vstring_str(buf));
533 ctxt->mapname, ctxt->lineno, vstring_str(buf));
541 ctxt->mapname, ctxt->lineno);
549 static int dict_pcre_compile(const char *mapname, int lineno,
560 mapname, lineno, errptr, error);
566 mapname, lineno, error);
576 int lineno,
584 rule->lineno = lineno;
592 static DICT_PCRE_RULE *dict_pcre_parse_rule(const char *mapname, int lineno,
613 if (dict_pcre_get_pattern(mapname, lineno, &p, &regexp) == 0)
623 mapname, lineno);
629 prescan_context.lineno = lineno;
645 "skipping this rule", mapname, lineno);
654 "replacement text: skipping this rule", mapname, lineno);
660 "skipping this rule", mapname, lineno);
667 if (dict_pcre_compile(mapname, lineno, &regexp, &engine) == 0)
674 mapname, lineno);
677 "skipping this rule", mapname, lineno,
691 dict_pcre_rule_alloc(DICT_PCRE_OP_MATCH, nesting, lineno,
719 if (!dict_pcre_get_pattern(mapname, lineno, &p, &regexp))
729 "IF statement: \"%s\"", mapname, lineno, p);
731 " to statements between IF and ENDIF", mapname, lineno);
737 if (dict_pcre_compile(mapname, lineno, &regexp, &engine) == 0)
744 dict_pcre_rule_alloc(DICT_PCRE_OP_IF, nesting, lineno,
765 mapname, lineno);
776 mapname, lineno);
781 rule = dict_pcre_rule_alloc(DICT_PCRE_OP_ENDIF, nesting, lineno,
791 mapname, lineno);
805 int lineno = 0;
833 while (readlline(line_buffer, map_fp, &lineno)) {
838 rule = dict_pcre_parse_rule(mapname, lineno, p, nesting, dict_flags);
855 mapname, lineno);