Lines Matching defs:len
428 * @len: length of the string of bytes to match435 * when @len input is consumed.440 const char *str, int len)455 for (; len; len--)460 for (; len; len--)676 wb->len = (wb->len + 1) & (WB_HISTORY_SIZE - 1); \689 for (i = 0; i <= wb->len; i++) {