summaryrefslogtreecommitdiffstats
path: root/doc/implement/functions.sty
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-06-01 18:38:16 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-06-01 18:38:16 +0000
commite66752fa6fad663076219150d7a1275a2fdcbd7a (patch)
tree2b99b54fb2c8d13cec8c15742468a3a52387d8c0 /doc/implement/functions.sty
parentcf39cfaea32d66d1c57806b79ebb8833e6e678f1 (diff)
downloadkrb5-e66752fa6fad663076219150d7a1275a2fdcbd7a.tar.gz
krb5-e66752fa6fad663076219150d7a1275a2fdcbd7a.tar.xz
krb5-e66752fa6fad663076219150d7a1275a2fdcbd7a.zip
\funcvoid resets argcount for commas
add funcfuncarg and funcendfuncarg add \filename git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@982 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/implement/functions.sty')
-rw-r--r--doc/implement/functions.sty5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/implement/functions.sty b/doc/implement/functions.sty
index 426b7fe93..103a4e68f 100644
--- a/doc/implement/functions.sty
+++ b/doc/implement/functions.sty
@@ -21,14 +21,17 @@
\end{tabbing}
}
\newcommand{\docomm@}{\ifnum\argc@ount >0, \\\fi}
-\newcommand{\funcvoid}{}
+\newcommand{\funcvoid}{\argc@ount=0}
\newcommand{\funcin}{\docomm@\argc@ount=0{\it /* IN */}\\}
\newcommand{\funcinout}{\docomm@\argc@ount=0{\it /* INOUT */}\\}
\newcommand{\funcout}{\docomm@\argc@ount=0{\it /* OUT */}\\}
\newcommand{\funcarg}[2]{\docomm@#1 {\argfont #2}\advance\argc@ount by1}
\newcommand{\funcparam}[1]{{\argfont #1}}
\newcommand{\funcname}[1]{{\bf #1}()}
+\newcommand{\funcfuncarg}[2]{\docomm@#1 {\argfont #2}(\= \+ \argc@ount=0}
+\newcommand{\funcendfuncarg}{), \- \\ \argc@ount=0}
\newcommand{\libname}[1]{{\argfont #1}}
\newcommand{\globalname}[1]{{\argfont #1}}
\newcommand{\ptsto}{->\discretionary{}{}{}}
\newcommand{\datatype}[1]{{\bf #1}}
+\newcommand{\filename}[1]{{\sl #1\/}}