Searched refs:string_table (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/tic/
H A Dtic_error.c95 extern char *string_table;
107 if (string_table != NULL) {
108 fprintf(stderr, "terminal '%s', ", string_table+term_names);
124 if (string_table != NULL) {
125 fprintf(stderr, "terminal '%s', ", string_table+term_names);
142 if (string_table != NULL) {
143 fprintf(stderr, "terminal '%s', ", string_table+term_names);
H A Dtic_parse.c106 char *string_table; variable
107 int next_free; /* next free character in string_table */
108 unsigned int table_size = 0; /* current string_table size */
259 * save names in string_table
271 * save string in string_table
536 strcpy(name_list, term_names + string_table);
565 (unsigned)term_names + string_table);
638 string_table);
683 namelist = term_names + string_table;
729 fwrite(string_table, sizeo
[all...]
/illumos-gate/usr/src/cmd/sgs/include/
H A D_string_table.h33 #include <string_table.h>
118 * Starting value for use with string hashing functions inside of string_table.c
H A Dlibld.h36 #include <string_table.h>
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticparse.c52 char *string_table; variable
53 int next_free; /* next free character in string_table */
54 int table_size = 0; /* current string_table size */
246 tnames = string_table + term_names;
284 || fwrite(string_table, sizeof (char), next_free, fp) != next_free)
314 (void) strncpy(tname, string_table + term_names, TERM_NAMES_LENGTH);
404 * copy string into next free part of string_table, doing a realloc()
406 * string_table.
416 if ((string_table = malloc(1024)) == NULL)
425 if ((string_table
[all...]
H A Dtic.h67 extern char *string_table;
/illumos-gate/usr/src/cmd/sgs/tools/
H A DMakefile.com49 TOOL_OBJS= sgsmsg.o string_table.o findprime.o assfail.o
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dtidbit.c134 *string_table; member in struct:tidb
311 pt->string_table = pt->string_offset + pt->nstrs * 2;
386 *charstar_p = pt->string_table + sindex;
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/
H A DMakefile9 kdb5_create.o kadm5_create.o string_table.o kdb5_stash.o \
/illumos-gate/usr/src/cmd/sgs/libld/
H A DMakefile.com48 TOOLOBJS = alist.o assfail.o findprime.o string_table.o \

Completed in 132 milliseconds