Lines Matching full:dot
46 * following dot, otherwise, go to the next applicable message.
60 * first applicable one following dot using in next()
64 mdot = dot - &message[0] + 1; in next()
68 * message list which follows dot. in next()
80 dot = mp; in next()
101 * Just find the next good message after dot, no in next()
105 for (mp = dot+1; mp < &message[msgCount]; mp++) in next()
112 dot = mp; in next()
115 * Print dot. in next()
118 list[0] = dot - &message[0] + 1; in next()
270 * Delete messages, then type the new dot.
279 lastdot = dot - &message[0] + 1; in deltype()
281 list[0] = dot - &message[0] + 1; in deltype()
283 touch(dot); in deltype()
295 * Set dot to some nice place afterwards.
313 dot = &message[last-1]; in delm()
316 dot = &message[last-1]; in delm()
320 dot = &message[0]; in delm()
345 dot = mp; in undeletecmd()