Home
last modified time | relevance | path

Searched refs:paramP (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-crx.c1752 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()
[all …]