HomeSort by: relevance | last modified time | path
    Searched defs:str_byte (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/tre/dist/lib/
tre-match-approx.c 196 const char *str_byte = string; local
tre-match-backtrack.c 63 const char *str_byte; member in struct:__anon8196
150 stack->item.str_byte = (_str_byte); \
169 str_byte = stack->item.str_byte; \
190 const char *str_byte = string; local
307 str_byte_start = str_byte;
335 BT_STACK_PUSH(pos, str_byte, str_wide, trans_i->state,
351 DPRINT(("entering match loop, pos %d, str_byte %p\n", pos, str_byte));
426 if (type == STR_BYTE)
    [all...]
tre-match-parallel.c 100 const char *str_byte = string; local
204 if (tnfa->first_char >= 0 && type == STR_BYTE && str_byte)
206 const char *orig_str = str_byte;
210 str_byte = memchr(orig_str, first, (size_t)len);
212 str_byte = strchr(orig_str, first);
213 if (str_byte == NULL)
221 DPRINT(("skipped %lu chars\n", (unsigned long)(str_byte - orig_str)));
222 if (str_byte >= orig_str + 1)
223 prev_c = (unsigned char)*(str_byte - 1)
    [all...]
  /src/external/mit/lua/dist/src/
lstrlib.c 181 static int str_byte (lua_State *L) { function
1861 {"byte", str_byte},

Completed in 17 milliseconds