Home
last modified time | relevance | path

Searched refs:ident_char (Results 1 – 21 of 21) sorted by relevance

/dports/devel/bugzilla50/bugzilla-5.0.4/contrib/
H A Dbzdbcopy.pl69 my $ident_char = $target_db->get_info( 29 ); # SQL_IDENTIFIER_QUOTE_CHAR
92 @table_columns = map { s/^\Q$ident_char\E?(.*?)\Q$ident_char\E?$/$1/; $_ }
/dports/devel/bugzilla44/bugzilla-4.4.13/contrib/
H A Dbzdbcopy.pl66 my $ident_char = $target_db->get_info( 29 ); # SQL_IDENTIFIER_QUOTE_CHAR
89 @table_columns = map { s/^\Q$ident_char\E?(.*?)\Q$ident_char\E?$/$1/; $_ }
/dports/cad/nvc/nvc-r1.5.3/test/
H A Dtest_ident.c159 fail_unless(ident_char(i, 0) == 'r'); in START_TEST()
160 fail_unless(ident_char(i, 5) == 'f'); in START_TEST()
161 fail_unless(ident_char(i, 3) == 'o'); in START_TEST()
H A Dtest_parse.c1028 fail_unless(ident_char(tree_ident(tree_char(v, 0)), 1) == (char)0xa9); in START_TEST()
/dports/lang/ocaml-nox11/ocaml-4.05.0/typing/
H A Dpredef.ml33 and ident_char = ident_create "char" var
50 and path_char = Pident ident_char
229 add_type ident_char decl_abstr_imm (
/dports/lang/ocaml/ocaml-4.05.0/typing/
H A Dpredef.ml33 and ident_char = ident_create "char" var
50 and path_char = Pident ident_char
229 add_type ident_char decl_abstr_imm (
/dports/games/moria/umoria/source/
H A Dhelp.c15 void ident_char() in ident_char() function
H A Dexterns.h329 void ident_char(void);
841 void ident_char();
H A Ddungeon.c1428 ident_char();
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dident.h46 char ident_char(ident_t i, unsigned n);
H A Dident.c359 char ident_char(ident_t i, unsigned n) in ident_char() function
366 return ident_char(i->up, n - 1); in ident_char()
H A Ddump.c166 printf("%c", ident_char(tree_ident(tree_char(t, i)), 1)); in dump_expr()
H A Djson.c139 str[i] = ident_char(tree_ident(tree_char(t, i)), 1); in dump_expr()
H A Dsem.c1641 if (ident_char(ident_strip(next, tree_ident(f)), 0) == '.') in sem_check_field_name()
4753 if (ident_char(tree_ident(lit), 0) == '\'') in sem_is_character_array()
H A Dcgen.c1385 strings[off] = ident_char(map.elems[i], tlen - j - 1); in cgen_op_image_map()
H A Dlower.c2676 if (ident_char(id, 0) == '\'') in lower_image_map()
/dports/cad/nvc/nvc-r1.5.3/src/rt/
H A Dpprint.c41 all_char = all_char && (ident_char(tree_ident(lit), 0) == '\''); in pp_char_enum()
/dports/lang/v/v-0.1.29/vlib/v/scanner/
H A Dscanner.v820 ident_char := s.ident_char()
821 return s.new_token(.chartoken, ident_char, ident_char.len + 2) // + two quotes
1275 fn (mut s Scanner) ident_char() string {
/dports/games/moria/umoria/mac/
H A Dmac.c1673 ident_char(), in unloadsegments()
1691 UnloadSeg(ident_char); /* Help */ in unloadsegments()
/dports/games/moria/umoria/
H A DCHANGES158 help.c: ident_char(), add period after Giant Frog.
H A DERRORS532 change ident_char() in help.c