Lines Matching refs:xpos
158 int xpos = 0;196 if (xpos == 0)198 xpos = BIO_puts(out, indent);201 xpos += BIO_printf(out, ", ");206 if ((xpos > (int)strlen(indent)) &&207 (xpos + (int)strlen(name) > line_wrap)) {209 xpos = BIO_puts(out, indent);211 xpos += BIO_printf(out, "%s", name);219 xpos = 0;229 if (xpos > 0)