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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dstring.c90 static const char *skip_sep(const char *cp) function
111 str = skip_sep(str);
163 str = skip_sep(str);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dllex.c254 static int skip_sep (LexState *ls) { function
278 if (skip_sep(ls) == sep) {
416 int sep = skip_sep(ls);
417 luaZ_resetbuffer(ls->buff); /* `skip_sep' may dirty the buffer */
430 int sep = skip_sep(ls);

Completed in 101 milliseconds