Lines Matching defs:propstr
2992 char *propstr;
3009 propstr = "-";
3011 propstr = property;
3016 propstr = "-";
3018 propstr = property;
3023 propstr = "-";
3025 propstr = property;
3030 propstr = "-";
3033 ZPROP_VALUE, &propstr) == 0);
3043 (void) printf("%s", propstr);
3045 (void) printf("%*s", pl->pl_width, propstr);
3047 (void) printf("%-*s", pl->pl_width, propstr);