Home
last modified time | relevance | path

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

/dports/devel/rlwrap/rlwrap-0.45.2/src/
H A Dstring_utils.c780 int i, colourless_length, colourless_bytes; in colourless_strlen() local
794 for(mbc_initstate(&st), str_ptr = str, colourless_bytes = 0, cellptr = copied_cells; in colourless_strlen()
810 colourless_bytes = 0; in colourless_strlen()
816 colourless_bytes -= strlen(cellptr->bytes); in colourless_strlen()
830 colourless_bytes += nbytes; in colourless_strlen()
840 copy_without_ignore_markers = mymalloc(colourless_bytes + 1); in colourless_strlen()
851 M(str), copy_without_ignore_markers, colourless_length, colourless_bytes); in colourless_strlen()