/titanic_50/usr/src/lib/efcode/engine/ |
H A D | properties.c | 125 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 D | extend.c | 42 name = pop_a_string(env, NULL); in do_dlopen() 69 name = pop_a_string(env, NULL); in do_dlsym()
|
H A D | interface.c | 83 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 D | interactive.c | 47 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 D | env.c | 143 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 D | log.c | 329 fname = pop_a_string(env, NULL); in set_error_log()
|
H A D | fcode.c | 812 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 D | package.c | 420 name = pop_a_string(env, NULL); in begin_package() 780 str = pop_a_string(env, NULL); in paren_cd()
|
H A D | forth.c | 1075 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 D | debug.c | 352 name = pop_a_string(env, NULL); in undebug()
|
/titanic_50/usr/src/lib/efcode/fcdriver/ |
H A D | get_req.c | 169 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 D | property.c | 129 name = pop_a_string(env, &len); in os_get_prop()
|
/titanic_50/usr/src/lib/efcode/packages/ |
H A D | populate.c | 148 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 D | jupiter.c | 209 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 D | gp2.c | 185 buf = pop_a_string(env, NULL); in do_decode_unit()
|
/titanic_50/usr/src/lib/efcode/pci/ |
H A D | pci.c | 262 buf = pop_a_string(env, NULL); in do_decode_unit()
|
/titanic_50/usr/src/lib/efcode/include/fcode/ |
H A D | proto.h | 413 char *pop_a_string(fcode_env_t *, int *);
|