Searched defs:ctable (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h38 int ctable[2*NCH] = { variable
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.c9176 /* free the memory occupied by the string table ctable and its contents. */
9178 cleanup_string_table(char *ctable[], int size) argument
9183 if (ctable) {
9185 free(ctable[x]);
9187 free(ctable);

Completed in 115 milliseconds