Lines Matching defs:let
156 * (undo last symbol) (-1,let)-open: initialize symbol (-2,let)-change let
163 static char let;
164 if ((int) x == -2) { /* change let call */
165 let = y;
169 let = y;
180 at(x, y, let);
184 let = 0;
193 static char let;
199 let = y;
210 cnt = let = 0; /* superfluous */
213 if ((int) x == -2) { /* change let call */
214 let = y;
221 at(x, y, let);