Lines Matching defs:msp
79 static char *msp;
143 msp = ms;
148 if (isdigit(*msp))
175 switch (*msp) {
188 msp++;
193 switch (*msp++) {
224 msp--;
480 } while (*msp++ == ',');
482 if (*--msp || operand_empty == 0) {
495 for (i = 0; (c = *msp) >= '0' && c <= '7'; msp++)
497 if (*msp)
519 for (; ; msp++) {
520 switch (*msp) {
542 switch (*msp) {
546 return (*msp++);