Home
last modified time | relevance | path

Searched refs:stringtable (Results 1 – 25 of 199) sorted by relevance

12345678

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Didentifier.c98 StringTable Identifier::stringtable;
123 StringValue *sv = stringtable.update(s, len); in idPool()
135 StringValue *sv = stringtable.insert(s, len, NULL); in idPool()
179 StringValue *sv = stringtable.lookup(s, len); in lookup()
187 stringtable._init(28000); in initTable()
H A Didentifier.d22 import dmd.root.stringtable;
144 private extern (D) __gshared StringTable!Identifier stringtable;
284 auto sv = stringtable.update(s); in idPool()
301 auto sv = stringtable.insert(s, null); in idPool()
352 auto sv = stringtable.lookup(s); in lookup()
360 stringtable._init(28_000); in initTable()
H A Dobjc.d42 import dmd.root.stringtable;
49 private __gshared StringTable!(ObjcSelector*) stringtable;
57 stringtable._init(); in _init()
84 auto sv = stringtable.update(s, len); in lookup()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Didentifier.c98 StringTable Identifier::stringtable;
123 StringValue *sv = stringtable.update(s, len); in idPool()
135 StringValue *sv = stringtable.insert(s, len, NULL); in idPool()
179 StringValue *sv = stringtable.lookup(s, len); in lookup()
187 stringtable._init(28000); in initTable()
H A Didentifier.h35 static StringTable stringtable; variable
H A Dobjc.h25 static StringTable stringtable; member
/netbsd/external/gpl2/gettext/dist/gettext-tools/src/
H A DChangeLog146 read-stringtable.h.
335 write-stringtable.h.
339 write-stringtable.h.
343 write-stringtable.h.
347 write-stringtable.h.
351 write-stringtable.h.
355 write-stringtable.h.
359 write-stringtable.h.
3065 write-stringtable.h, x-stringtable.h.
3070 (read-stringtable.obj, write-stringtable.obj): New rules.
[all …]
H A DMakefile.am39 read-po.h read-properties.h read-stringtable.h \
41 write-catalog.h write-po.h write-properties.h write-stringtable.h \
55 x-tcl.h x-perl.h x-php.h x-stringtable.h x-rst.h x-glade.h
H A DFILES55 | write-stringtable.h
56 | write-stringtable.c
81 | read-stringtable.h
82 | read-stringtable.c
97 | read-stringtable.h
98 | read-stringtable.c
271 | x-stringtable.h
/netbsd/external/mit/lua/dist/src/
H A Dlstring.c90 stringtable *tb = &G(L)->strt; in luaS_resize()
130 stringtable *tb = &G(L)->strt; in luaS_init()
169 stringtable *tb = &G(L)->strt; in luaS_remove()
178 static void growstrtab (lua_State *L, stringtable *tb) { in growstrtab()
195 stringtable *tb = &g->strt; in internshrstr()
H A Dlstate.h157 typedef struct stringtable { struct
161 } stringtable; argument
263 stringtable strt; /* hash table for strings */
/netbsd/external/gpl2/gettext/dist/gettext-tools/doc/
H A Dmsginit.texi51 @item --stringtable-input
52 @opindex --stringtable-input@r{, @code{msginit} option}
82 @item --stringtable-output
83 @opindex --stringtable-output@r{, @code{msginit} option}
H A Dmsgconv.texi66 @item --stringtable-input
67 @opindex --stringtable-input@r{, @code{msgonv} option}
110 @item --stringtable-output
111 @opindex --stringtable-output@r{, @code{msgconv} option}
H A Dmsgen.texi59 @item --stringtable-input
60 @opindex --stringtable-input@r{, @code{msgen} option}
103 @item --stringtable-output
104 @opindex --stringtable-output@r{, @code{msgen} option}
H A Dmsguniq.texi79 @item --stringtable-input
80 @opindex --stringtable-input@r{, @code{msguniq} option}
136 @item --stringtable-output
137 @opindex --stringtable-output@r{, @code{msguniq} option}
H A Dmsgcomm.texi93 @item --stringtable-input
94 @opindex --stringtable-input@r{, @code{msgcomm} option}
139 @item --stringtable-output
140 @opindex --stringtable-output@r{, @code{msgcomm} option}
H A Dmsgcat.texi95 @item --stringtable-input
96 @opindex --stringtable-input@r{, @code{msgcat} option}
152 @item --stringtable-output
153 @opindex --stringtable-output@r{, @code{msgcat} option}
H A Dmsgmerge.texi146 @item --stringtable-input
147 @opindex --stringtable-input@r{, @code{msgmerge} option}
190 @item --stringtable-output
191 @opindex --stringtable-output@r{, @code{msgmerge} option}
H A Dmsgattrib.texi168 @item --stringtable-input
169 @opindex --stringtable-input@r{, @code{msgattrib} option}
214 @item --stringtable-output
215 @opindex --stringtable-output@r{, @code{msgattrib} option}
H A Dmsgcmp.texi66 @item --stringtable-input
67 @opindex --stringtable-input@r{, @code{msgcmp} option}
H A Dmsgfilter.texi124 @item --stringtable-input
125 @opindex --stringtable-input@r{, @code{msgfilter} option}
172 @item --stringtable-output
173 @opindex --stringtable-output@r{, @code{msgfilter} option}
H A Dmsggrep.texi168 @item --stringtable-input
169 @opindex --stringtable-input@r{, @code{msggrep} option}
210 @item --stringtable-output
211 @opindex --stringtable-output@r{, @code{msggrep} option}
/netbsd/usr.sbin/usbdevs/
H A Dusbdevs.c61 struct stringtable { struct
67 static void getstrings(const struct stringtable *, int, int, argument
114 struct stringtable class_strings[] = {
189 getstrings(const struct stringtable *table, int row, int col, in getstrings()
/netbsd/external/gpl2/gettext/lib/libnlspr/
H A DMakefile63 read-stringtable.c \
74 write-stringtable.c \
/netbsd/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/po/
H A DGNUmakefile164 …msgcat --stringtable-output -o $@.tmp $(UNIXLOCALE_$(patsubst %.lproj,%, $(notdir $(patsubst %/,%,…
169 …LOCALE_$(patsubst %.lproj,%, $(notdir $(patsubst %/,%, $(dir $@))))) --stringtable-output -o $@.tmp

12345678