Home | History | Annotate | Download | only in src

Lines Matching defs:where

87   const char *where = (line == 0)
91 what, limit, where);
126 static void check_match (LexState *ls, int what, int who, int where) {
128 if (where == ls->linenumber)
133 luaX_token2str(ls, what), luaX_token2str(ls, who), where));
257 Mark block where variable at given level was defined
1035 ** where `binop' is any binary operator with a priority higher than `limit'