Home
last modified time | relevance | path

Searched refs:push_string (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dprint.c62 push_string(env, env->picturebufpos, strlen(env->picturebufpos)); in pic_ustop()
230 push_string(env, env->picturebufpos, strlen(env->picturebufpos)); in pic_dstop()
H A Dinteractive.c508 push_string(env, buf, strlen(buf)); in read_line()
757 push_string(env, buf, strlen(buf)); in read_line()
H A Dfcode.c243 push_string(env, stringbuff, len); in bquote()
H A Dforth.c1970 push_string(fcode_env_t *env, char *str, int len) in push_string() function
2016 push_string(env, here, len); in parse_word()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dproto.h238 void push_string(fcode_env_t *, char *, int);