Searched refs:re_prog (Results 1 – 4 of 4) sorted by relevance
117 rarr[i].re_prog = p; in init_log()244 argv[0] = rarr[i].re_prog; in check_reg()248 exec_prog(rarr[i].re_prog, argv); in check_reg()
201 if (rarr[i].re_prog) in set_config_defaults()202 free(rarr[i].re_prog); in set_config_defaults()203 rarr[i].re_prog = NULL; in set_config_defaults()994 if (rarr[nregexpr].re_prog != NULL) in cfg_setval()1009 if ((rarr[nregprog].re_prog = strdup(yylval.str)) == NULL) in cfg_setval()1216 if ((rarr[i].re_expr != NULL) && (rarr[i].re_prog == NULL)) in check_config()1221 if ((rarr[i].re_prog != NULL) && (rarr[i].re_expr == NULL)) in check_config()1377 if (rarr[i].re_prog != NULL) in print_config()1379 …f(PFILE, "regprog = %s\t\t# program to run when expression is matched\n", rarr[i].re_prog); in print_config()
558 char *re_prog; /* the program to be executed */ member
1506 goto re_prog; in trm_MsgInPhase0()1597 goto re_prog; in trm_MsgInPhase0()1654 re_prog: /* in trm_MsgInPhase0()