Lines Matching defs:origin
967 const char *origin, KtBinder who, int *lineno);
968 static int gl_report_config_error(GetLine *gl, const char *origin, int lineno,
6360 * origin const char * The name of the entity being read (eg. a
6371 const char *origin, KtBinder who, int *lineno)
6429 gl_report_config_error(gl, origin, *lineno, "Too many arguments.");
6471 gl_report_config_error(gl, origin, *lineno, "Line too long.");
6489 gl_report_config_error(gl, origin, *lineno,
6494 gl_report_config_error(gl, origin, *lineno, "Wrong number of arguments.");
6504 gl_report_config_error(gl, origin, *lineno,
6510 gl_report_config_error(gl, origin, *lineno, "Unknown command name.");
6524 * name of the origin of the line and its line number.
6528 * origin const char * The name of the entity being read (eg. a
6536 static int gl_report_config_error(GetLine *gl, const char *origin, int lineno,
6547 return gl_print_info(gl, origin, ":", lnum, ": ", errmsg, GL_END_INFO);
12391 * origin GlKeyOrigin The originator of the key binding.
12400 int gl_bind_keyseq(GetLine *gl, GlKeyOrigin origin, const char *keyseq,
12403 KtBinder binder; /* The private internal equivalent of 'origin' */
12423 binder = origin==GL_USER_KEY ? KTB_USER : KTB_NORM;