Searched refs:paramP (Results 1 – 1 of 1) sorted by relevance
1752 char *paramP = param; /* Pointer to original opearands string. */ in preprocess_reglist() local1759 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()[all …]