Searched refs:cmd_mbc_buf_index (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/less/
H A Dcmdbuf.c113 static int cmd_mbc_buf_index; variable
1266 cmd_mbc_buf_index = 1;
1289 cmd_mbc_buf[cmd_mbc_buf_index++] = c;
1290 if (cmd_mbc_buf_index < cmd_mbc_buf_len)
1292 if (!is_utf8_well_formed(cmd_mbc_buf, cmd_mbc_buf_index))

Completed in 110 milliseconds