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

/illumos-gate/usr/src/lib/libpp/common/
H A Dpptrace.c125 for (i = 0; i < (elementsof(pplexmap) - 1) && (lex > pplexmap[i].val || lex == pplexmap[i+1].val); i++);
126 if (lex != pplexmap[i].val)
128 if (pplexmap[i].val < 0) sfsprintf(buf, sizeof(buf), "%s|0x%04x%s", pplexmap[i].nam, lex, splice ? "|SPLICE" : "");
129 else sfsprintf(buf, sizeof(buf), "%s+%d", pplexmap[i-1].nam, lex - pplexmap[i-1].val, splice ? "|SPLICE" : "");
134 sfsprintf(buf, sizeof(buf), "%s|SPLICE", pplexmap[i].nam);
137 return(pplexmap[
[all...]
H A Dpplib.h796 #define pplexmap _pp_lexmap
/illumos-gate/usr/src/lib/libpp/i386/
H A Dppdebug.h9 static struct map pplexmap[] = variable in typeref:struct:map
/illumos-gate/usr/src/lib/libpp/sparc/
H A Dppdebug.h9 static struct map pplexmap[] = variable in typeref:struct:map

Completed in 1479 milliseconds