Home | History | Annotate | Download | only in libmenu

Lines Matching defs:last

34     char *last;			// The current last char of string
53 last = str;
54 while (*last) {
55 last++;
89 p = last;
112 if (p < last)
133 if (last > str)
134 last--;
146 while (q <= last) {
150 if (last > str)
151 last--;
157 fudge = last - str;
162 last = str;
168 if (p == last)
169 last++;
170 *last = 0;
173 if (p == last) { // last char
174 last++;
175 *last = 0;
177 } else { // Non-last char
178 q = last++;