Home
last modified time | relevance | path

Searched refs:pop_a_string (Results 1 – 17 of 17) sorted by relevance

/titanic_50/usr/src/lib/efcode/engine/
H A Dproperties.c125 propname = pop_a_string(env, NULL); in stack_find_property()
146 if ((buffer = pop_a_string(env, NULL)) != NULL) in property()
151 propname = pop_a_string(env, NULL); in property()
160 srcptr = pop_a_string(env, &datalen); in property()
208 propname = pop_a_string(env, NULL); in get_package_property()
234 pname = pop_a_string(env, &plen); in get_inherited_prop()
293 str = pop_a_string(env, &len); in encode_string()
375 ptr = pop_a_string(env, &len); in decode_phys()
417 str = pop_a_string(env, &len); in encode_bytes()
433 dp = pop_a_string(env, &len); in decode_int()
[all …]
H A Dextend.c42 name = pop_a_string(env, NULL); in do_dlopen()
69 name = pop_a_string(env, NULL); in do_dlsym()
H A Dinterface.c83 pop_a_string(fcode_env_t *env, int *lenp) in pop_a_string() function
107 str = pop_a_string(env, lenp); in pop_a_duped_string()
H A Dinteractive.c47 return (pop_a_string(env, lenp)); in parse_a_string()
204 if ((line = pop_a_string(env, NULL)) == NULL) in do_interact()
340 name = pop_a_string(env, &len); in load_file()
375 buffer = pop_a_string(env, &len); in fevaluate()
390 buffer = pop_a_string(env, NULL); in fload()
H A Denv.c143 ptr = pop_a_string(env, &len); in type()
179 buf = pop_a_string(env, &len); in expect()
181 rbuf = pop_a_string(env, NULL); in expect()
H A Dlog.c329 fname = pop_a_string(env, NULL); in set_error_log()
H A Dfcode.c812 str = pop_a_string(env, &len); in parse_two_int()
834 lstr = pop_a_string(env, &llen); in left_parse_string()
870 name = pop_a_string(env, &len); in is_user_word()
H A Dpackage.c420 name = pop_a_string(env, NULL); in begin_package()
780 str = pop_a_string(env, NULL); in paren_cd()
H A Dforth.c1075 buf = pop_a_string(env, &len); in dollar_number()
2180 find_name = pop_a_string(env, NULL); in voc_find()
2246 name = pop_a_string(env, NULL); in interpret()
H A Ddebug.c352 name = pop_a_string(env, NULL); in undebug()
/titanic_50/usr/src/lib/efcode/fcdriver/
H A Dget_req.c169 if ((fname = pop_a_string(env, NULL)) == NULL) { in save_fcode_to_file()
173 if ((buf = pop_a_string(env, &len)) == NULL) { in save_fcode_to_file()
223 fc_name = pop_a_string(env, NULL); in get_fcode_from_filesystem()
H A Dproperty.c129 name = pop_a_string(env, &len); in os_get_prop()
/titanic_50/usr/src/lib/efcode/packages/
H A Dpopulate.c148 method = pop_a_string(env, NULL); in builtin_driver_method_hook()
246 method = pop_a_string(env, NULL); in exec_builtin_driver()
/titanic_50/usr/src/lib/efcode/jupiter/
H A Djupiter.c209 buf = pop_a_string(env, NULL); in do_decode_unit()
322 buf = pop_a_string(env, NULL); in do_get_hwd_va()
/titanic_50/usr/src/lib/efcode/gp2/
H A Dgp2.c185 buf = pop_a_string(env, NULL); in do_decode_unit()
/titanic_50/usr/src/lib/efcode/pci/
H A Dpci.c262 buf = pop_a_string(env, NULL); in do_decode_unit()
/titanic_50/usr/src/lib/efcode/include/fcode/
H A Dproto.h413 char *pop_a_string(fcode_env_t *, int *);