Searched refs:wl (Results 1 – 1 of 1) sorted by relevance
24 size_t sl, wl; in first_word() local35 wl = strlen(word); in first_word()37 if (sl < wl) in first_word()40 if (wl == 0) in first_word()43 if (memcmp(s, word, wl) != 0) in first_word()46 p = s + wl; in first_word()