Lines Matching full:dot
43 * Don't change dot if invoker didn't give an argument.
68 if (dot != &message[n-1]) in headers()
69 dot = mp; in headers()
151 dot = &message[*ip - 1]; in from()
176 curind = dot == mp ? '>' : ' '; in printhead()
203 * Print out the value of dot.
208 printf("%td\n", dot - &message[0] + 1); in pdot()
323 dot = mp; in type1()
378 dot = mp; in top()
406 dot = &message[*ip-1]; in stouch()
407 dot->m_flag |= MTOUCH; in stouch()
408 dot->m_flag &= ~MPRESERVE; in stouch()
423 dot = &message[*ip-1]; in mboxit()
424 dot->m_flag |= MTOUCH|MBOX; in mboxit()
425 dot->m_flag &= ~MPRESERVE; in mboxit()
464 dot = &message[mdot - 1]; in inc()