Searched refs:dump_comma (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/efcode/engine/ |
H A D | forth.c | 839 DEBUGF(COMMA, dump_comma(env, ",")); in comma() 849 DEBUGF(COMMA, dump_comma(env, "l,")); in lcomma() 859 DEBUGF(COMMA, dump_comma(env, "w,")); in wcomma() 869 DEBUGF(COMMA, dump_comma(env, "c,")); in ccomma() 887 DEBUGF(COMMA, dump_comma(env, "compile,")); in compile_comma()
|
H A D | prims64.c | 145 DEBUGF(COMMA, dump_comma(env, "x,")); in xcomma()
|
H A D | debug.c | 108 dump_comma(fcode_env_t *env, char *type) in dump_comma() function
|
/titanic_50/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 281 void dump_comma(fcode_env_t *, char *);
|