Home
last modified time | relevance | path

Searched refs:t_until (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ptoc/ptoc/
H A Dtrnod.h370 token *t_repeat, *t_until;
374 repeat_node(token* t_repeat, stmt_node* body, token* t_until, expr_node* expr);
H A Dtrnod.cxx1061 repeat_node::repeat_node(token* t_repeat, stmt_node* body, token* t_until, in repeat_node() argument
1064 CONS4(t_repeat, body, t_until, expr) ; in repeat_node()
1084 t_until->set_trans(body_is_block ? (char *) "while" : (char *) "} while"); in translate()