Home
last modified time | relevance | path

Searched refs:variable_end (Results 1 – 22 of 22) sorted by relevance

/dports/devel/urjtag/urjtag-2021.03/src/stapl/
H A Djamexec.c2112 int variable_end = 0; in urj_jam_call_procedure_from_action() local
2329 int variable_end = 0; in urj_jam_process_action() local
2361 variable_end = index; in urj_jam_process_action()
2490 int variable_end = 0; in urj_jam_process_boolean() local
2524 variable_end = index; in urj_jam_process_boolean()
4028 int variable_end = 0; in urj_jam_process_for() local
4481 int variable_end = 0; in urj_jam_process_integer() local
5366 int variable_end = 0; in urj_jam_check_assignment() local
5416 int variable_end = 0; in urj_jam_process_assignment() local
5886 int variable_end = 0; in urj_jam_process_next() local
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dsh-i18n--envsubst.c132 const char *variable_end; in find_variables() local
147 variable_end = string; in find_variables()
163 callback (variable_start, variable_end - variable_start); in find_variables()
/dports/devel/git-p4/git-2.34.1/
H A Dsh-i18n--envsubst.c132 const char *variable_end; in find_variables() local
147 variable_end = string; in find_variables()
163 callback (variable_start, variable_end - variable_start); in find_variables()
/dports/devel/git-svn/git-2.34.1/
H A Dsh-i18n--envsubst.c132 const char *variable_end; in find_variables() local
147 variable_end = string; in find_variables()
163 callback (variable_start, variable_end - variable_start); in find_variables()
/dports/devel/git/git-2.34.1/
H A Dsh-i18n--envsubst.c132 const char *variable_end; in find_variables() local
147 variable_end = string; in find_variables()
163 callback (variable_start, variable_end - variable_start); in find_variables()
/dports/devel/git-cvs/git-2.34.1/
H A Dsh-i18n--envsubst.c132 const char *variable_end; in find_variables() local
147 variable_end = string; in find_variables()
163 callback (variable_start, variable_end - variable_start); in find_variables()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dsh-i18n--envsubst.c132 const char *variable_end; in find_variables() local
147 variable_end = string; in find_variables()
163 callback (variable_start, variable_end - variable_start); in find_variables()
/dports/devel/gettext-tools/gettext-0.21/gettext-runtime/src/
H A Denvsubst.c251 const char *variable_end; in find_variables() local
266 variable_end = string; in find_variables()
282 callback (variable_start, variable_end - variable_start); in find_variables()
/dports/devel/gettext-po-mode/gettext-0.21/gettext-runtime/src/
H A Denvsubst.c251 const char *variable_end; in find_variables() local
266 variable_end = string; in find_variables()
282 callback (variable_start, variable_end - variable_start); in find_variables()
/dports/devel/gettext-runtime/gettext-0.21/gettext-runtime/src/
H A Denvsubst.c251 const char *variable_end; in find_variables() local
266 variable_end = string; in find_variables()
282 callback (variable_start, variable_end - variable_start); in find_variables()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/tera-1.12.1/src/parser/
H A Dtera.pest145 variable_end = { "-}}" | "}}" }
195 variable_tag = !{ variable_start ~ (logic_expr | array_filter) ~ variable_end }
196 super_tag = !{ variable_start ~ "super()" ~ variable_end }
H A Dmod.rs533 Rule::variable_end => { in parse_variable_tag()
1186 Rule::variable_end => "a variable end (`}}`)".to_string(), in parse()
/dports/devel/tokei/tokei-12.1.2/cargo-crates/tera-1.6.1/src/parser/
H A Dtera.pest143 variable_end = { "-}}" | "}}" }
188 variable_tag = !{ variable_start ~ (logic_expr | array_filter) ~ variable_end }
189 super_tag = !{ variable_start ~ "super()" ~ variable_end }
H A Dmod.rs518 Rule::variable_end => { in parse_variable_tag()
1126 Rule::variable_end => "a variable end (`}}`)".to_string(), in parse()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/src/parser/
H A Dtera.pest145 variable_end = { "-}}" | "}}" }
195 variable_tag = !{ variable_start ~ (logic_expr | array_filter) ~ variable_end }
196 super_tag = !{ variable_start ~ "super()" ~ variable_end }
H A Dmod.rs533 Rule::variable_end => { in parse_variable_tag()
1186 Rule::variable_end => "a variable end (`}}`)".to_string(), in parse()
/dports/www/zola/zola-0.15.2/cargo-crates/tera-1.15.0/src/parser/
H A Dtera.pest145 variable_end = { "-}}" | "}}" }
195 variable_tag = !{ variable_start ~ (logic_expr | array_filter) ~ variable_end }
196 super_tag = !{ variable_start ~ "super()" ~ variable_end }
H A Dmod.rs533 Rule::variable_end => {
1186 Rule::variable_end => "a variable end (`}}`)".to_string(),
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/src/parser/
H A Dtera.pest145 variable_end = { "-}}" | "}}" }
195 variable_tag = !{ variable_start ~ (logic_expr | array_filter) ~ variable_end }
196 super_tag = !{ variable_start ~ "super()" ~ variable_end }
H A Dmod.rs533 Rule::variable_end => { in parse_variable_tag()
1186 Rule::variable_end => "a variable end (`}}`)".to_string(), in parse()
/dports/mail/rspamd/rspamd-3.1/contrib/lua-lupa/
H A Dlupa.lua115 local variable_end = space^0 * rstrip^-1 * P(ve)
172 token('variable', C((V('lua_table') + (1 - variable_end))^0)) *
173 (variable_end + variable_end_error),
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/lua-lupa/
H A Dlupa.lua115 local variable_end = space^0 * rstrip^-1 * P(ve)
172 token('variable', C((V('lua_table') + (1 - variable_end))^0)) *
173 (variable_end + variable_end_error),