source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* pod2mdoc: add function prototypes; no functional change
@ 2015-02-19 16:35 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-02-19 16:35 UTC (permalink / raw)
  To: source

Log Message:
-----------
add function prototypes; no functional change

Modified Files:
--------------
    pod2mdoc:
        pod2mdoc.c

Revision Data
-------------
Index: pod2mdoc.c
===================================================================
RCS file: /home/cvs/mdocml/pod2mdoc/pod2mdoc.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -Lpod2mdoc.c -Lpod2mdoc.c -u -p -r1.54 -r1.55
--- pod2mdoc.c
+++ pod2mdoc.c
@@ -107,6 +107,32 @@ enum	cmd {
 	CMD__MAX
 };
 
+static void	 command(struct state *, const char *, size_t, size_t);
+static void	 dofile(const struct args *, const char *,
+			const struct tm *, char *, size_t);
+static void	 donamenm(struct state *, const char *, size_t *, size_t);
+static void	 dopar(struct state *, char *, size_t, size_t);
+static void	 dosynopsisfl(const char *, size_t *, size_t);
+static int	 dosynopsisop(struct state *, const char *, size_t *,
+			size_t, size_t *);
+static int	 formatcode(struct state *, const char *, size_t *,
+			size_t, int, int);
+static void	 formatcodeln(struct state *, const char *, const char *,
+			size_t *, size_t, int);
+static void	 formatescape(struct state *, const char *, size_t *, size_t);
+static int	 hasmatch(const char *, size_t, size_t);
+static void	 ordinary(struct state *, const char *, size_t, size_t);
+static void	 outbuf_addchar(struct state *);
+static void	 outbuf_addstr(struct state *, const char *);
+static void	 outbuf_flush(struct state *);
+static void	 outbuf_grow(struct state *, size_t);
+static enum list listguess(const char *, size_t, size_t);
+static void	 mdoc_newln(struct state *);
+static int	 readfile(const struct args *, const char *);
+static void	 register_type(const char *);
+static int	 trylink(const char *, size_t *, size_t, size_t);
+static void	 verbatim(struct state *, char *, size_t, size_t);
+
 static	const char *const cmds[CMD__MAX] = {
 	"pod", 		/* CMD_POD */
 	"head1",	/* CMD_HEAD1 */
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-19 16:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-19 16:35 pod2mdoc: add function prototypes; no functional change schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).