Lines Matching defs:pfx
745 char pfx= str[1];
747 if ((pfx=='+')||(pfx=='|')||(pfx=='_')||(pfx=='-')) {
751 else if (pfx=='(') {
767 if ((pfx=='(')&&(*str==')')) {
777 char pfx,sfx;
779 pfx= str[0];
781 if ((pfx=='+')||(pfx=='|')||(pfx=='_')||(pfx=='-')) {
784 else if (pfx=='(') {
788 else pfx= '\0';
796 if (pfx) *outstr++= pfx;
802 if (pfx) *outstr++= pfx;
808 if (pfx) *outstr++= pfx;
813 if ((pfx=='(')&&(*str==')'))