Lines Matching refs:text_start
310 const char *p, *text_start; in pkgconf_bytecode_compile() local
316 text_start = value; in pkgconf_bytecode_compile()
328 if (p > text_start) in pkgconf_bytecode_compile()
330 if (!pkgconf_bytecode_emit_text(out, text_start, (size_t)(p - text_start))) in pkgconf_bytecode_compile()
338 text_start = p + 1; in pkgconf_bytecode_compile()
345 if (p > text_start) in pkgconf_bytecode_compile()
347 if (!pkgconf_bytecode_emit_text(out, text_start, (size_t)(p - text_start))) in pkgconf_bytecode_compile()
360 text_start = p; in pkgconf_bytecode_compile()
372 text_start = p + 1; in pkgconf_bytecode_compile()
389 text_start = p + 1; in pkgconf_bytecode_compile()
392 if (p > text_start) in pkgconf_bytecode_compile()
394 if (!pkgconf_bytecode_emit_text(out, text_start, (size_t)(p - text_start))) in pkgconf_bytecode_compile()