Lines Matching refs:error
95 static void error(const char *, ...);
111 error("usage: mknodes file"); in main()
113 error("Can't open %s", argv[1]); in main()
138 error("Tag expected"); in parsenode()
140 error("Garbage at end of line"); in parsenode()
166 error("No current structure to add field to"); in parsefield()
168 error("No field name"); in parsefield()
170 error("No field type"); in parsefield()
190 error("Unknown type %s", type); in parsefield()
197 error("Garbage at end of line"); in parsefield()
222 error("Can't open %s", file); in output()
224 error("Can't create nodes.h"); in output()
226 error("Can't create nodes.c"); in output()
512 error("Line too long"); in readline()
519 error(const char *msg, ...) in error() function
543 error("Out of space"); in savestr()