Home
last modified time | relevance | path

Searched refs:pos_name (Results 1 – 25 of 126) sorted by relevance

123456

/dports/devel/cook/cook-2.30/cook/expr/
H A Dposition.c47 (to->pos_name ? to->pos_name->str_text : ""), to->pos_line, in expr_position_constructor()
48 (to->pos_name ? to->pos_name->str_references : 0))); in expr_position_constructor()
73 (to->pos_name ? to->pos_name->str_text : ""), to->pos_line, in expr_position_constructorC()
74 (to->pos_name ? to->pos_name->str_references : 0))); in expr_position_constructorC()
106 (to->pos_name ? to->pos_name->str_text : ""), to->pos_line, in expr_position_copy_constructor()
107 (to->pos_name ? to->pos_name->str_references : 0))); in expr_position_copy_constructor()
129 (pp->pos_name ? pp->pos_name->str_text : ""), pp->pos_line, in expr_position_destructor()
130 (pp->pos_name ? pp->pos_name->str_references : 0))); in expr_position_destructor()
131 if (pp->pos_name) in expr_position_destructor()
132 str_free(pp->pos_name); in expr_position_destructor()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rm/parser/
H A DRmPass.cpp49 int pos_name, pos_unif; in searchUniformVariable() local
51 while( (pos_name = source.indexOf(name, start)) != -1) { in searchUniformVariable()
53 if ((pos_unif = source.lastIndexOf("uniform", pos_name)) == -1) in searchUniformVariable()
57 source.mid(pos_unif, pos_name - pos_unif + namelen + 1); in searchUniformVariable()
/dports/devel/stfl/stfl-0.24/spl/
H A Dexample2.spl21 pos_name[listposname]:li0
38 var pos_name = stfl_get(stfl, 'listposname');
39 var text = stfl_get(stfl, "${pos_name}text");
41 stfl_set(stfl, 'labeltext', "List is at position ${pos}, name ${pos_name}, text '${text}'");
/dports/devel/stfl/stfl-0.24/ruby/
H A Dexample2.rb37 pos_name = $stfl.get 'listposname'
38 text = $stfl.get "#{pos_name}text"
40 $stfl.set 'labeltext', "List is at position #{pos}, name #{pos_name}, text '#{text}'"
/dports/devel/stfl/stfl-0.24/perl5/
H A Dexample2.pl39 my $pos_name = $stfl->get('listposname');
40 my $text = $stfl->get("${pos_name}text");
42 $stfl->set('labeltext', "List is at position $pos, name $pos_name, text '$text'");
/dports/devel/stfl/stfl-0.24/python/
H A Dexample2.py37 pos_name = stfl_obj.get('listposname') variable
38 text = stfl_obj.get(pos_name + 'text')
40 stfl_obj.set('labeltext', "List is at position %s, name %s, text '%s'" % (pos, pos_name, text))
/dports/devel/cook/cook-2.30/cook/builtin/
H A Dpositional.c69 assert(pp->pos_name); in FILE_interpret()
70 string_list_append(result, pp->pos_name); in FILE_interpret()
128 assert(pp->pos_name); in LINE_interpret()
/dports/devel/cook/cook-2.30/cook/opcode/
H A Dcascade.c156 if (this->pos.pos_name && this->pos.pos_name->str_length) in disassemble()
158 printf(" # %s:%d", this->pos.pos_name->str_text, this->pos.pos_line); in disassemble()
H A Dassign.c158 if (this->pos.pos_name && this->pos.pos_name->str_length) in disassemble()
160 printf(" # %s:%d", this->pos.pos_name->str_text, this->pos.pos_line); in disassemble()
H A Dassign_local.c167 if (this->pos.pos_name && this->pos.pos_name->str_length) in disassemble()
169 printf(" # %s:%d", this->pos.pos_name->str_text, this->pos.pos_line); in disassemble()
H A Dsetenv.c234 if (this->pos.pos_name && this->pos.pos_name->str_length) in disassemble()
236 printf("# %s:%d", this->pos.pos_name->str_text, this->pos.pos_line); in disassemble()
H A Dassign_appen.c226 if (this->pos.pos_name && this->pos.pos_name->str_length) in disassemble()
228 printf(" # %s:%d", this->pos.pos_name->str_text, this->pos.pos_line); in disassemble()
H A Dsetenv_appen.c249 if (this->pos.pos_name && this->pos.pos_name->str_length) in disassemble()
251 printf("# %s:%d", this->pos.pos_name->str_text, this->pos.pos_line); in disassemble()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dtimeline_selection_info.c56 caps,cc,sc,pos_name_caps,pos_name) \ argument
58 on_drag_end_##sc##_##pos_name ( \
62 position_set_to_pos (&new_pos, &sc->pos_name); \
65 &TL_SELECTIONS->sc##s[0]->pos_name, \
66 &tl_clone->sc##s[0]->pos_name); \
69 &TL_SELECTIONS->sc##s[0]->pos_name, \
/dports/mail/ezmlm-idx/ezmlm-idx-7.2.2/
H A Dezmlm-split.c77 unsigned int pos,pos_name,pos_hi; in findname() local
134 pos_name = pos_hi + str_chr(line.s + pos_hi,':'); in findname()
135 if (pos_hi == pos_name) hash_hi = 52L; /* default hi = 52 */ in findname()
136 if (line.s[pos_name]) pos_name++; in findname()
138 cpname = line.s + pos_name; in findname()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/cli11/vtkcli11/CLI/
H A DSplit.hpp111 std::string pos_name; in get_names() local
131 if(pos_name.length() > 0) in get_names()
133 pos_name = name; in get_names()
138 short_names, long_names, pos_name); in get_names()
/dports/devel/cli11/CLI11-2.1.2/include/CLI/
H A DSplit.hpp111 std::string pos_name; in get_names() local
131 if(pos_name.length() > 0) in get_names()
133 pos_name = name; in get_names()
138 short_names, long_names, pos_name); in get_names()
/dports/japanese/hns/hns-2.19.9/public_html/diary/lib/HNS/Hnf/
H A DWarning.pm47 my ($kind, $cmd_name, $pos_name, $term) = @_;
58 {c=>$cmd_name, p=>$pos_name,t=>$term});
H A DTreeBuilder.pm121 my $pos_name = $pos->{name};
127 if ($pos_name ne $cmd_name && !$pos->OmittableEnd){
130 $pos_name));
134 print "end: $pos_name,", $pos->{name}, ",", $e->{name}, ",",
143 print "$cmd_name in $pos_name\n" if ($HNS::Hnf::TreeBuilder::debug);
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dgen_counter_suffix_array.py45 for pos_id, pos_name in stream:
46 if pos_name.startswith('名詞,接尾,助数詞'):
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/rewriter/
H A Dgen_counter_suffix_array.py45 for pos_id, pos_name in stream:
46 if pos_name.startswith('名詞,接尾,助数詞'):
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/rewriter/
H A Dgen_counter_suffix_array.py45 for pos_id, pos_name in stream:
46 if pos_name.startswith('名詞,接尾,助数詞'):
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dgen_counter_suffix_array.py45 for pos_id, pos_name in stream:
46 if pos_name.startswith('名詞,接尾,助数詞'):
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/rewriter/
H A Dgen_counter_suffix_array.py45 for pos_id, pos_name in stream:
46 if pos_name.startswith('名詞,接尾,助数詞'):
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dgen_counter_suffix_array.py45 for pos_id, pos_name in stream:
46 if pos_name.startswith('名詞,接尾,助数詞'):

123456