aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/troff/n7.c
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-05-16 07:55:57 +0000
committerwkj <devnull@localhost>2004-05-16 07:55:57 +0000
commitc5561c23cf394806cbf6d70a96f2dc0253f93745 (patch)
treef4a5b99f88454917a5bada0f2a97d1505051968c /src/cmd/troff/n7.c
parentb855148c9b6d28fedfd083d037bcf246f1913d92 (diff)
downloadplan9port-c5561c23cf394806cbf6d70a96f2dc0253f93745.tar.gz
plan9port-c5561c23cf394806cbf6d70a96f2dc0253f93745.tar.bz2
plan9port-c5561c23cf394806cbf6d70a96f2dc0253f93745.zip
Checkpoint -- still merging with Taj's version of the world.
Diffstat (limited to 'src/cmd/troff/n7.c')
-rw-r--r--src/cmd/troff/n7.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/cmd/troff/n7.c b/src/cmd/troff/n7.c
index c22a485c..bcea354a 100644
--- a/src/cmd/troff/n7.c
+++ b/src/cmd/troff/n7.c
@@ -354,6 +354,7 @@ void newline(int a)
int i, j, nlss;
int opn;
+ nlss = 0;
if (a)
goto nl1;
if (dip != d) {
@@ -445,7 +446,7 @@ nl2:
}
}
-
+int
findn1(int a)
{
int i, j;
@@ -477,7 +478,7 @@ void chkpn(void)
}
}
-
+int
findt(int a)
{
int i, j, k;
@@ -504,7 +505,7 @@ findt(int a)
return(k);
}
-
+int
findt1(void)
{
int i;
@@ -539,7 +540,7 @@ e1:
goto e1;
}
-
+int
movword(void)
{
int w;
@@ -648,7 +649,7 @@ void setnel(void)
}
}
-
+int
getword(int x)
{
int j, k;
@@ -656,6 +657,7 @@ getword(int x)
int noword;
int obits;
+ j = 0;
noword = 0;
if (x)
if (pendw) {