• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/postfix-255/postfix/src/util/

Lines Matching refs:lineno

105     int     lineno;			/* source file line number */
152 int lineno; /* where in file */
195 dict_pcre->dict.name, match_rule->rule.lineno, ret);
217 static void dict_pcre_exec_error(const char *mapname, int lineno, int errval)
222 mapname, lineno);
227 mapname, lineno);
231 mapname, lineno);
235 mapname, lineno);
240 mapname, lineno);
245 mapname, lineno);
250 mapname, lineno);
254 mapname, lineno, errval);
312 dict_pcre_exec_error(dict->name, rule->lineno, ctxt.matches);
337 dict->name, rule->lineno);
363 dict_pcre_exec_error(dict->name, rule->lineno, ctxt.matches);
428 static int dict_pcre_get_pattern(const char *mapname, int lineno, char **bufp,
450 mapname, lineno);
471 "ignoring this rule", mapname, lineno, re_delimiter);
508 "skipping this rule", mapname, lineno, *p);
536 ctxt->mapname, ctxt->lineno, vstring_str(buf));
542 ctxt->mapname, ctxt->lineno, vstring_str(buf));
550 ctxt->mapname, ctxt->lineno);
558 static int dict_pcre_compile(const char *mapname, int lineno,
569 mapname, lineno, errptr, error);
575 mapname, lineno, error);
585 int lineno,
593 rule->lineno = lineno;
601 static DICT_PCRE_RULE *dict_pcre_parse_rule(const char *mapname, int lineno,
622 if (dict_pcre_get_pattern(mapname, lineno, &p, &regexp) == 0)
632 mapname, lineno);
638 prescan_context.lineno = lineno;
654 "skipping this rule", mapname, lineno);
663 "replacement text: skipping this rule", mapname, lineno);
669 "skipping this rule", mapname, lineno);
676 if (dict_pcre_compile(mapname, lineno, &regexp, &engine) == 0)
683 mapname, lineno);
686 "skipping this rule", mapname, lineno,
700 dict_pcre_rule_alloc(DICT_PCRE_OP_MATCH, nesting, lineno,
728 if (!dict_pcre_get_pattern(mapname, lineno, &p, &regexp))
738 "IF statement: \"%s\"", mapname, lineno, p);
740 " to statements between IF and ENDIF", mapname, lineno);
746 if (dict_pcre_compile(mapname, lineno, &regexp, &engine) == 0)
753 dict_pcre_rule_alloc(DICT_PCRE_OP_IF, nesting, lineno,
774 mapname, lineno);
785 mapname, lineno);
790 rule = dict_pcre_rule_alloc(DICT_PCRE_OP_ENDIF, nesting, lineno,
800 mapname, lineno);
815 int lineno = 0;
873 while (readlline(line_buffer, map_fp, &lineno)) {
878 rule = dict_pcre_parse_rule(mapname, lineno, p, nesting, dict_flags);
895 mapname, lineno);