Lines Matching refs:tcms
44 * -t process records in total (old) style (tcms.h) format
65 struct tcms {
74 struct tcms *tcm;
88 struct tcms tcmtmp = {{'*','*','*','o','t','h','e','r'}};
113 void tprint(struct tcms *);
116 int tncmp(struct tcms *, struct tcms *);
117 int tccmp(struct tcms *, struct tcms *);
118 int tkcmp(struct tcms *, struct tcms *);
125 void tcmadd(struct tcms *, struct tcms *);
183 if( (tcm = (struct tcms *)calloc(CSIZE, sizeof(struct tcms))) == NULL) {
224 struct tcms cmt;
443 tenter(struct tcms *p)
447 struct tcms *ntcm;
459 if ((ntcm = (struct tcms *) realloc(tcm,
460 (csize + CSIZE - 1) * sizeof (struct tcms))) == NULL) {
539 tcmadd(struct tcms *p1, struct tcms *p2)
611 tccmp(struct tcms *p1, struct tcms *p2)
635 tkcmp(struct tcms *p1, struct tcms *p2)
659 tncmp(struct tcms *p1, struct tcms *p2)
705 tprint(struct tcms *p)