Home
last modified time | relevance | path

Searched refs:colstr (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/tbl/
H A Dt..c58 struct colstr {char *col, *rcol;}; argument
59 extern struct colstr *table[];
H A Dt0.c38 struct colstr *table[MAXLIN];
H A Dtt.c97 struct colstr *pc; in thish()
H A Dt5.c63 table[nlin] = (struct colstr *) alocv((ncol+2)*sizeof(table[0][0])); in gettbl()
/titanic_44/usr/src/cmd/audio/audioctl/
H A Daudioctl.c393 char *colstr; in print_control_line() local
417 colstr = *(char **)(((size_t)colp) + col_prtp[i]); in print_control_line()
421 (colstr == NULL) ? "" : colstr); in print_control_line()