Home
last modified time | relevance | path

Searched refs:WEAKEST_PRIORITY (Results 1 – 4 of 4) sorted by relevance

/dports/lang/seed7/seed7/src/
H A Dsyntax.c133 identifier->prefix_priority = WEAKEST_PRIORITY; in def_single_token()
135 if (identifier->prefix_priority != WEAKEST_PRIORITY) { in def_single_token()
141 identifier->infix_priority = WEAKEST_PRIORITY; in def_single_token()
143 if (identifier->infix_priority != WEAKEST_PRIORITY) { in def_single_token()
201 statement_tokens->obj, WEAKEST_PRIORITY, in def_token_list()
207 statement_tokens->obj, WEAKEST_PRIORITY, in def_token_list()
221 statement_tokens->obj, WEAKEST_PRIORITY, in def_token_list()
235 statement_tokens->obj, WEAKEST_PRIORITY, in def_token_list()
426 type_object = pars_infix_expression(WEAKEST_PRIORITY, TRUE); in decl_syntax()
439 expression = pars_infix_expression(WEAKEST_PRIORITY, FALSE); in decl_syntax()
[all …]
H A Dtype.c79 basic_type = pars_infix_expression(WEAKEST_PRIORITY, TRUE); in decl_type()
92 type_of_object = pars_infix_expression(WEAKEST_PRIORITY, TRUE); in decl_type()
102 type_expression = pars_infix_expression(WEAKEST_PRIORITY, TRUE); in decl_type()
H A Dfindid.h31 #define WEAKEST_PRIORITY ((priorityType) 127) macro
H A Dexpr.c114 expression = pars_infix_expression(WEAKEST_PRIORITY, in read_call_expression()