Lines Matching defs:lex
301 unbound = lisp__data.env.length - lisp__data.env.lex;
1220 base = lisp__data.env.lex;
1224 if (offset <= i && offset >= com->lex && lisp__data.env.names[offset] == id) {
1231 for (; i >= com->lex; i--)
1476 int lex = com->lex;
1479 com->lex = base;
1486 com->lex = lex;
1600 int lex = com->lex;
1603 com->lex = base;
1607 com->lex = lex;
1726 int lex = com->lex;
1728 com->lex = base;
1736 com->lex = lex;
2007 int base, lex;
2010 lex = lisp__data.env.lex;
2039 lisp__data.env.lex = lex;
2047 int base, lex;
2050 lex = lisp__data.env.lex;
2081 lisp__data.env.lex = lex;
2154 interpreter_lex = lisp__data.env.lex;
2185 lisp__data.env.lex = interpreter_lex;