Subversion Repositories planix.SVN

Rev

Rev 105 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 105 Rev 108
Line 58... Line 58...
58
 * Ex allows you to say
58
 * Ex allows you to say
59
 *	delete 5
59
 *	delete 5
60
 * to delete 5 lines, etc.
60
 * to delete 5 lines, etc.
61
 * Such nonsense is implemented by setcount.
61
 * Such nonsense is implemented by setcount.
62
 */
62
 */
-
 
63
void
63
setcount()
64
setcount()
64
{
65
{
65
	register int cnt;
66
	register int cnt;
66
 
67
 
67
	pastwh();
68
	pastwh();
Line 94... Line 95...
94
 
95
 
95
/*
96
/*
96
 * Set the default addresses for commands which use the whole
97
 * Set the default addresses for commands which use the whole
97
 * buffer as default, notably write.
98
 * buffer as default, notably write.
98
 */
99
 */
-
 
100
void
99
setall()
101
setall()
100
{
102
{
101
 
103
 
102
	if (addr2 == 0) {
104
	if (addr2 == 0) {
103
		addr1 = one;
105
		addr1 = one;