Lines Matching refs:paramP
1752 char *paramP = param; /* Pointer to original opearands string. */ in preprocess_reglist() local
1759 if (strchr (paramP, '{') == NULL) in preprocess_reglist()
1763 if (strchr (paramP, '}') == NULL) in preprocess_reglist()
1766 while (*paramP++ != '{'); in preprocess_reglist()
1770 strncpy (new_param, param, paramP - param - 1); in preprocess_reglist()
1772 while (*paramP != '}') in preprocess_reglist()
1774 regP = paramP; in preprocess_reglist()
1777 while (ISALNUM (*paramP)) in preprocess_reglist()
1778 paramP++; in preprocess_reglist()
1780 strncpy (reg_name, regP, paramP - regP); in preprocess_reglist()
1843 while (!ISALNUM (*paramP) && *paramP != '}') in preprocess_reglist()
1844 paramP++; in preprocess_reglist()
1847 if (*++paramP != '\0') in preprocess_reglist()
1849 *paramP); in preprocess_reglist()