Searched refs:ppisidig (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dpp.h96 #define ppisidig(c) ((pptype)[c]&(C_ID|C_DIG)) macro
H A Dppfsm.c866 if (ppisidig(n))
H A Dpplex.c685 if (!(st & COMPATIBILITY) && ppisidig(*(op - 1)) && ppisidig(*ip)) UNGETCHR(' ');
1098 if (ppisidig(*pp.token))
1335 while (tp > bp && ppisidig(*(tp - 1))) tp--;
2014 while (--op > tp && --s > bp && ppisidig(*s));
H A Dppcontrol.c919 else if (c == '=' || ppisidig(c) || c == *s || *s == '=')
1002 if (p > mac->value && ppisidig(*(p - 1)) && !(pp.option & PRESERVE)) *p++ = ' ';

Completed in 65 milliseconds