Searched refs:forth_perror (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/efcode/engine/ |
H A D | interactive.c | 344 forth_perror(env, "Can't open '%s'", name); in load_file() 350 forth_perror(env, "load_file: MALLOC(%d)", len); in load_file() 353 forth_perror(env, "read error '%s'", name); in load_file()
|
H A D | debug.c | 991 forth_perror(fcode_env_t *env, char *fmt, ...) in forth_perror() function
|
/titanic_50/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 251 void forth_perror(fcode_env_t *, char *, ...);
|