Home | History | Annotate | Download | only in apps

Lines Matching defs:xpos

163     int xpos = 0;
204 if (xpos == 0)
206 xpos = BIO_puts(out, indent);
209 xpos += BIO_printf(out, ", ");
214 if ((xpos > (int)strlen(indent)) && (xpos + (int)strlen(name) > line_wrap)) {
216 xpos = BIO_puts(out, indent);
218 xpos += BIO_printf(out, "%s", name);
226 xpos = 0;
236 if (xpos > 0)