Searched refs:parseError (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/netbsd/x68k/
H A Dx68kConfig.c154 static void parseError(int line, const char *str, ...);
238 parseError(line, "illegal literal value");
251 parseError(line, NULL);
311 parseError(token->line, "missing parenthesis");
318 parseError(token->line, "reached EOF");
334 parseError(argv[0]->line, "command name required");
343 parseError(argv[0]->line, "unknown command `%s'",
373 parseError(argv[0]->line, "too few arguments to command `%s'",
376 parseError(argv[0]->line, "too many arguments to command `%s'",
380 parseError(arg
649 parseError(int line, const char *str, ...) function in typeref:typename:void
[all...]
/xsrc/external/mit/xorg-server/dist/hw/netbsd/x68k/
H A Dx68kConfig.c169 static void parseError(int line, const char *str, ...);
253 parseError(line, "illegal literal value");
266 parseError(line, NULL);
326 parseError(token->line, "missing parenthesis");
333 parseError(token->line, "reached EOF");
349 parseError(argv[0]->line, "command name required");
358 parseError(argv[0]->line, "unknown command `%s'",
388 parseError(argv[0]->line, "too few arguments to command `%s'",
391 parseError(argv[0]->line, "too many arguments to command `%s'",
395 parseError(arg
664 parseError(int line, const char *str, ...) function in typeref:typename:void
[all...]

Completed in 8 milliseconds