Home
last modified time | relevance | path

Searched refs:CFCPCN (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.bin/mg/
H A Dbasic.c193 if ((lastflag & CFCPCN) == 0) /* Fix goal. */ in forwline()
195 thisflag |= CFCPCN; in forwline()
231 if ((lastflag & CFCPCN) == 0) /* Fix goal. */ in backline()
233 thisflag |= CFCPCN; in backline()
H A Ddef.h49 #define CFCPCN 0x0001 /* Last command was C-p or C-n */ macro