Lines Matching defs:pc
50 unsigned char *pc;
68 pc = readw(d);
70 while(*pc) {
73 pushstak(*pc++);
76 pc = readw(d);
79 if (*pc) {
80 while (*pc) {
83 pushstak(*pc++);
88 pushstak(*pc);
92 pc = readw(c);
96 while(*pc) {
99 pushstak(*pc++);
107 pc = readw(c);
110 if (*pc) {
111 while (*pc) {
114 pushstak(*pc++);
119 pushstak(*pc);
122 pc = readw(c);
123 while (*pc) {
126 pushstak(*pc++);
460 unsigned char *pc;
474 pc = readw(d);
476 if (*pc) {
477 while (*pc) {
480 pushstak(*pc++);
485 pushstak(*pc);
531 pc = readw(d);
532 while (*pc) {
535 pushstak(*pc++);
580 unsigned char *pc;
599 pc = readw(c);
601 if (*pc) {
602 while (*pc) {
605 pushstak(*pc++);
610 pushstak(*pc);