Searched defs:genmsg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/genmsg/
H A Dgenmsg.y32 #include "genmsg.h"
34 extern int lineno; /* genmsg.l */
35 extern int msg_line; /* genmsg.l */
36 extern int end_of_cat; /* from genmsg.l */
37 extern void set_linemsgid(int, int); /* from genmsg.l */
78 | genmsg { is_cat_found = TRUE; }
81 genmsg: catgets { end_of_cat = TRUE; } label
82 | genmsg catgets { end_of_cat = TRUE; }

Completed in 67 milliseconds