Searched defs:pa_suffix (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c68 const char *pa_suffix; /* element suffix string */ member in struct:printarg
1682 (depth == 0) ? "" : pap->pa_suffix);
2358 pa.pa_suffix = NULL;
2426 pa.pa_suffix = "->";
2429 pa.pa_suffix = ".";
2431 pa.pa_suffix = "";
2449 pa.pa_suffix = strlen(buf) == 0 ? "" : ".";

Completed in 67 milliseconds