Home
last modified time | relevance | path

Searched refs:cont_orig (Results 1 – 6 of 6) sorted by relevance

/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_text/
H A Dtext_format_lua.c183 char cont_orig, cont, find, prev = ' '; in txtfmt_lua_format_line() local
199 cont_orig = fmt[strlen(fmt) + 1]; /* Just after the null-terminator */ in txtfmt_lua_format_line()
200 BLI_assert((FMT_CONT_ALL & cont_orig) == cont_orig); in txtfmt_lua_format_line()
203 cont_orig = 0xFF; in txtfmt_lua_format_line()
341 if (cont != cont_orig && do_next && line->next) { in txtfmt_lua_format_line()
H A Dtext_format_osl.c209 char cont_orig, cont, find, prev = ' '; in txtfmt_osl_format_line() local
225 cont_orig = fmt[strlen(fmt) + 1]; /* Just after the null-terminator */ in txtfmt_osl_format_line()
226 BLI_assert((FMT_CONT_ALL & cont_orig) == cont_orig); in txtfmt_osl_format_line()
229 cont_orig = 0xFF; in txtfmt_osl_format_line()
359 if (cont != cont_orig && do_next && line->next) { in txtfmt_osl_format_line()
H A Dtext_format_py.c333 char cont_orig, cont, find, prev = ' '; in txtfmt_py_format_line() local
349 cont_orig = fmt[strlen(fmt) + 1]; /* Just after the null-terminator */ in txtfmt_py_format_line()
350 BLI_assert((FMT_CONT_ALL & cont_orig) == cont_orig); in txtfmt_py_format_line()
353 cont_orig = 0xFF; in txtfmt_py_format_line()
492 if (cont != cont_orig && do_next && line->next) { in txtfmt_py_format_line()
H A Dtext_format_pov_ini.c367 char cont_orig, cont, find, prev = ' '; in txtfmt_pov_ini_format_line() local
383 cont_orig = fmt[strlen(fmt) + 1]; /* Just after the null-terminator */ in txtfmt_pov_ini_format_line()
384 BLI_assert((FMT_CONT_ALL & cont_orig) == cont_orig); in txtfmt_pov_ini_format_line()
387 cont_orig = 0xFF; in txtfmt_pov_ini_format_line()
512 if (cont != cont_orig && do_next && line->next) { in txtfmt_pov_ini_format_line()
H A Dtext_format_pov.c782 char cont_orig, cont, find, prev = ' '; in txtfmt_pov_format_line() local
798 cont_orig = fmt[strlen(fmt) + 1]; /* Just after the null-terminator */ in txtfmt_pov_format_line()
799 BLI_assert((FMT_CONT_ALL & cont_orig) == cont_orig); in txtfmt_pov_format_line()
802 cont_orig = 0xFF; in txtfmt_pov_format_line()
936 if (cont != cont_orig && do_next && line->next) { in txtfmt_pov_format_line()
/dports/net/libyang/libyang-1.0.240/src/
H A Dtree_schema.c3065 struct lys_node_container *cont_orig = (struct lys_node_container *)node; in lys_node_dup_recursion() local
3297 if (cont_orig->when) { in lys_node_dup_recursion()
3298 cont->when = lys_when_dup(module, cont_orig->when, shallow, unres); in lys_node_dup_recursion()
3301 cont->presence = lydict_insert(ctx, cont_orig->presence, 0); in lys_node_dup_recursion()
3303 if (cont_orig->must) { in lys_node_dup_recursion()
3304 … cont->must = lys_restr_dup(module, cont_orig->must, cont_orig->must_size, shallow, unres); in lys_node_dup_recursion()
3306 cont->must_size = cont_orig->must_size; in lys_node_dup_recursion()