Lines Matching refs:pcms
75 struct pcms { struct
84 struct pcms *pcm; argument
86 struct pcms pcmtmp = {{'*','*','*','o','t','h','e','r'}};
104 void totprnt(struct pcms *);
105 void pprint(struct pcms *);
106 void prnt(struct pcms *, int);
107 void print(struct pcms *);
112 int ncmp(struct pcms *, struct pcms *);
116 int ccmp(struct pcms *, struct pcms *);
117 int kcmp(struct pcms *, struct pcms *);
123 void pcmadd(struct pcms *, struct pcms *);
197 if( (pcm = (struct pcms *)calloc(CSIZE, sizeof(struct pcms))) == NULL) { in main()
299 struct pcms pcmt; in dofile()
476 enter(struct pcms *p) in enter()
480 struct pcms *npcm; in enter()
492 if ((npcm = (struct pcms *) realloc(pcm, in enter()
493 (csize + CSIZE - 1) * sizeof (struct pcms))) == NULL) { in enter()
547 pcmadd(struct pcms *p1, struct pcms *p2) in pcmadd()
616 ccmp(struct pcms *p1, struct pcms *p2) in ccmp()
640 kcmp(struct pcms *p1, struct pcms *p2) in kcmp()
664 ncmp(struct pcms *p1, struct pcms *p2) in ncmp()
774 print(struct pcms *p) in print()
782 prnt(struct pcms *p, int hr) in prnt()
803 pprint(struct pcms *p) in pprint()
826 totprnt(struct pcms *p) in totprnt()