Lines Matching full:where
74 * where alias is:
84 line_error(char *where, int line, char *msg) in line_error() argument
86 log_message(MSG_ERROR, "%s:%d: %s\n", where, line, msg); in line_error()
90 make_builtin_hooks(fcode_env_t *env, char *where) in make_builtin_hooks() argument
96 if (where == NULL) in make_builtin_hooks()
97 where = "/fcode/aliases"; in make_builtin_hooks()
99 if ((fd = fopen(where, "r")) == NULL) { in make_builtin_hooks()
112 line_error(where, lnum, "Badly formed line"); in make_builtin_hooks()
117 line_error(where, lnum, "Badly formed alias"); in make_builtin_hooks()
121 line_error(where, lnum, "Badly formed target"); in make_builtin_hooks()
128 line_error(where, lnum, "Null key in alias"); in make_builtin_hooks()