Searched refs:stringtable (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.h59 typedef struct stringtable { struct
63 } stringtable; typedef in typeref:struct:stringtable
119 stringtable strt; /* hash table for strings */
H A Dlstring.c66 stringtable *tb = &G(L)->strt;
119 stringtable *tb = &G(L)->strt;
/freebsd-11-stable/contrib/lua/src/
H A Dlstate.h76 typedef struct stringtable { struct
80 } stringtable; typedef in typeref:struct:stringtable
144 stringtable strt; /* hash table for strings */
H A Dlstring.c73 stringtable *tb = &G(L)->strt;
155 stringtable *tb = &G(L)->strt;
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c1542 /* Define a stringtable resource. This is called for each string
1562 r->u.stringtable = ((rc_stringtable *)
1566 r->u.stringtable->strings[i].length = 0;
1567 r->u.stringtable->strings[i].string = NULL;
1573 r->u.stringtable->strings[stringid & 0xf].length = unichar_len (string);
1574 r->u.stringtable->strings[stringid & 0xf].string = unichar_dup (string);
2018 case RT_STRING: s = "stringtable"; break;
2344 write_rc_stringtable (e, name, res->u.stringtable);
3144 /* Write out a stringtable resource. */ argument
3148 const rc_stringtable *stringtable)
[all...]
H A Dwindint.h248 struct rc_stringtable *stringtable; member in union:rc_res_resource::__anon296
872 /* A stringtable resource is a pointer to a rc_stringtable. */
876 /* Each stringtable resource is a list of 16 unicode strings. */
H A Drcparse.y188 | input stringtable
1254 stringtable: label
H A Dresbin.c604 /* Convert a stringtable resource from binary. */
620 toosmall (_("stringtable string length"));
630 toosmall (_("stringtable string"));
645 r->u.stringtable = st;
1048 fatal (_("unexpected version stringtable value length %ld"), (long) vallen);
1281 return res_to_bin_stringtable (wrbfd, off, res->u.stringtable);
1860 /* Convert a stringtable resource to binary. */

Completed in 184 milliseconds