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

/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dlinear.cpp364 const char *query_end = query + query_len; local
367 for (p = query; p < query_end; p++)
376 while (p < query_end && map[uchar(*p)] == '\0')
378 if (p == query_end)
381 while (p < query_end && map[uchar(*p)] != '\0')

Completed in 98 milliseconds