Searched refs:pplexmap (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libpp/common/ |
H A D | pptrace.c | 125 …for (i = 0; i < (elementsof(pplexmap) - 1) && (lex > pplexmap[i].val || lex == pplexmap[i+1].val);… in pplexstr() 126 if (lex != pplexmap[i].val) in pplexstr() 128 …if (pplexmap[i].val < 0) sfsprintf(buf, sizeof(buf), "%s|0x%04x%s", pplexmap[i].nam, lex, splice ?… in pplexstr() 129 …else sfsprintf(buf, sizeof(buf), "%s+%d", pplexmap[i-1].nam, lex - pplexmap[i-1].val, splice ? "|S… in pplexstr() 134 sfsprintf(buf, sizeof(buf), "%s|SPLICE", pplexmap[i].nam); in pplexstr() 137 return(pplexmap[i].nam); in pplexstr()
|
H A D | pplib.h | 796 #define pplexmap _pp_lexmap
|
/titanic_44/usr/src/lib/libpp/i386/ |
H A D | ppdebug.h | 9 static struct map pplexmap[] = variable
|
/titanic_44/usr/src/lib/libpp/sparc/ |
H A D | ppdebug.h | 9 static struct map pplexmap[] = variable
|