Home | History | Annotate | Download | only in hack

Lines Matching defs:let

79 letindex(int let)
84 if (ch == let)
93 char let;
102 let = objects[first].oc_olet;
104 while (last < end && objects[last].oc_olet == let
107 i = letindex(let);
108 if ((!i && let != ILLOBJ_SYM) || bases[i] != 0)
112 if (let == GEM_SYM)
124 error("init-prob error for %c", let);
126 if (objects[first].oc_descr != NULL && let != TOOL_SYM) {
128 while (last < end && objects[last].oc_olet == let)
143 probtype(int let)
145 int i = bases[letindex(let)];
149 if (objects[i].oc_olet != let || !objects[i].oc_name)
150 panic("probtype(%c) error, i=%d", let, i);