Home
last modified time | relevance | path

Searched refs:parse_a_string (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/efcode/engine/
H A Dinteractive.c44 parse_a_string(fcode_env_t *env, int *lenp) in parse_a_string() function
56 name = parse_a_string(env, &len); in constant()
69 name = parse_a_string(env, &len); in buffer_colon()
80 name = parse_a_string(env, &len); in value()
92 name = parse_a_string(env, &len); in variable()
105 name = parse_a_string(env, &len); in defer()
117 name = parse_a_string(env, &len); in field()
765 if ((prompt = parse_a_string(env, NULL)) != NULL) in set_prompt()
H A Ddebug.c555 if ((str = parse_a_string(env, &len)) == NULL) in smatch()
763 str = parse_a_string(env, NULL); in set_debugf()
1072 if ((pat = parse_a_string(env, NULL)) != NULL) { in sifting()
H A Dforth.c2078 name = parse_a_string(env, &len); in make_header()
/titanic_41/usr/src/lib/efcode/include/fcode/
H A Dproto.h415 char *parse_a_string(fcode_env_t *, int *);