Lines Matching refs:tcms
65 struct tcms { struct
74 struct tcms *tcm; argument
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) { in main()
224 struct tcms cmt; in tdofile()
443 tenter(struct tcms *p) in tenter()
447 struct tcms *ntcm; in tenter()
459 if ((ntcm = (struct tcms *) realloc(tcm, in tenter()
460 (csize + CSIZE - 1) * sizeof (struct tcms))) == NULL) { in tenter()
539 tcmadd(struct tcms *p1, struct tcms *p2) in tcmadd()
611 tccmp(struct tcms *p1, struct tcms *p2) in tccmp()
635 tkcmp(struct tcms *p1, struct tcms *p2) in tkcmp()
659 tncmp(struct tcms *p1, struct tcms *p2) in tncmp()
705 tprint(struct tcms *p) in tprint()