Home
last modified time | relevance | path

Searched refs:t_then (Results 1 – 8 of 8) sorted by relevance

/dports/sysutils/rsyslog8/rsyslog-8.2112.0/grammar/
H A Drainerscript.h135 struct cnfstmt *t_then; member
156 struct cnfstmt *t_then; member
165 struct cnfstmt *t_then; member
383 struct cnfstmt * cnfstmtNewPRIFILT(char *prifilt, struct cnfstmt *t_then);
384 struct cnfstmt * cnfstmtNewPROPFILT(char *propfilt, struct cnfstmt *t_then);
H A Dgrammar.y171 $$->d.s_if.t_then = $4;
175 $$->d.s_if.t_then = $4;
H A Drainerscript.c4457 if(stmt->d.s_if.t_then != NULL) { in cnfstmtDestruct()
4458 cnfstmtDestructLst(stmt->d.s_if.t_then); in cnfstmtDestruct()
4673 cnfstmt->d.s_prifilt.t_then = t_then; in cnfstmtNewPRIFILT()
4686 cnfstmt->d.s_propfilt.t_then = t_then; in cnfstmtNewPROPFILT()
5140 struct cnfstmt *t_then, *t_else; in cnfstmtOptimizeIf() local
5147 stmt->d.s_if.t_then = cnfstmtOptimize(stmt->d.s_if.t_then); in cnfstmtOptimizeIf()
5164 t_then = stmt->d.s_if.t_then; in cnfstmtOptimizeIf()
5170 stmt->d.s_prifilt.t_then = t_then; in cnfstmtOptimizeIf()
5204 stmt->d.s_prifilt.t_then = cnfstmtOptimize(stmt->d.s_prifilt.t_then); in cnfstmtOptimizePRIFilt()
5221 subroot = stmt->d.s_prifilt.t_then; in cnfstmtOptimizePRIFilt()
[all …]
H A Dgrammar.c1765 (yyval.stmt)->d.s_if.t_then = (yyvsp[0].stmt); in yyparse()
1774 (yyval.stmt)->d.s_if.t_then = (yyvsp[-2].stmt); in yyparse()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/runtime/
H A Druleset.c107 if(stmt->d.s_if.t_then != NULL) in scriptIterateAllActions()
108 scriptIterateAllActions(stmt->d.s_if.t_then, in scriptIterateAllActions()
120 if(stmt->d.s_prifilt.t_then != NULL) in scriptIterateAllActions()
121 scriptIterateAllActions(stmt->d.s_prifilt.t_then, in scriptIterateAllActions()
128 scriptIterateAllActions(stmt->d.s_propfilt.t_then, in scriptIterateAllActions()
312 if(stmt->d.s_if.t_then != NULL) in execIf()
313 CHKiRet(scriptExec(stmt->d.s_if.t_then, pMsg, pWti)); in execIf()
434 if(stmt->d.s_prifilt.t_then != NULL) in execPRIFILT()
435 CHKiRet(scriptExec(stmt->d.s_prifilt.t_then, pMsg, pWti)); in execPRIFILT()
546 CHKiRet(scriptExec(stmt->d.s_propfilt.t_then, pMsg, pWti)); in execPROPFILT()
/dports/lang/ptoc/ptoc/
H A Dtrnod.h333 token *t_if, *t_then, *t_else; variable
335 if_node(token* t_if, expr_node* expr, token* t_then, stmt_node* alt1,
H A Dtrnod.cxx954 if_node::if_node(token* t_if, expr_node* expr, token* t_then, in if_node() argument
957 CONS6(t_if, expr, t_then, alt1, t_else, alt2); in if_node()
977 t_then->disable(); in translate()
/dports/audio/faust/faust-2.37.3/compiler/generator/
H A Dinstructions_compiler.cpp1934 Typed::VarType t_then, t_else; in generateSelect2() local
1935 getTypedNames(ct1, "Then", t_then, v_then); in generateSelect2()
1945 …ushComputeBlockMethod(InstBuilder::genDecStackVar(v_then, InstBuilder::genBasicTyped(t_then), v1)); in generateSelect2()
1958 … pushComputeDSPMethod(InstBuilder::genDecStackVar(v_then, InstBuilder::genBasicTyped(t_then), v1)); in generateSelect2()