Lines Matching refs:pcms
78 struct pcms { struct
87 struct pcms *pcm; argument
89 struct pcms pcmtmp = {{'*','*','*','o','t','h','e','r'}};
107 void totprnt(struct pcms *);
108 void pprint(struct pcms *);
109 void prnt(struct pcms *, int);
110 void print(struct pcms *);
115 int ncmp(struct pcms *, struct pcms *);
119 int ccmp(struct pcms *, struct pcms *);
120 int kcmp(struct pcms *, struct pcms *);
126 void pcmadd(struct pcms *, struct pcms *);
200 if( (pcm = (struct pcms *)calloc(CSIZE, sizeof(struct pcms))) == NULL) { in main()
302 struct pcms pcmt; in dofile()
479 enter(struct pcms *p) in enter()
483 struct pcms *npcm; in enter()
495 if ((npcm = (struct pcms *) realloc(pcm, in enter()
496 (csize + CSIZE - 1) * sizeof (struct pcms))) == NULL) { in enter()
550 pcmadd(struct pcms *p1, struct pcms *p2) in pcmadd()
619 ccmp(struct pcms *p1, struct pcms *p2) in ccmp()
643 kcmp(struct pcms *p1, struct pcms *p2) in kcmp()
667 ncmp(struct pcms *p1, struct pcms *p2) in ncmp()
777 print(struct pcms *p) in print()
785 prnt(struct pcms *p, int hr) in prnt()
806 pprint(struct pcms *p) in pprint()
829 totprnt(struct pcms *p) in totprnt()