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

  /src/external/mit/lua/dist/src/
llex.c 296 static size_t skip_sep (LexState *ls) { function
326 if (skip_sep(ls) == sep) {
494 size_t sep = skip_sep(ls);
495 luaZ_resetbuffer(ls->buff); /* 'skip_sep' may dirty the buffer */
508 size_t sep = skip_sep(ls);
llex.c 296 static size_t skip_sep (LexState *ls) { function
326 if (skip_sep(ls) == sep) {
494 size_t sep = skip_sep(ls);
495 luaZ_resetbuffer(ls->buff); /* 'skip_sep' may dirty the buffer */
508 size_t sep = skip_sep(ls);
llex.c 296 static size_t skip_sep (LexState *ls) { function
326 if (skip_sep(ls) == sep) {
494 size_t sep = skip_sep(ls);
495 luaZ_resetbuffer(ls->buff); /* 'skip_sep' may dirty the buffer */
508 size_t sep = skip_sep(ls);

Completed in 59 milliseconds