HelenOS sources

strtab_get_sid    188 uspace/app/sbi/src/builtin.c 	ident->sid = strtab_get_sid(sym_name);
strtab_get_sid    215 uspace/app/sbi/src/builtin.c 	ident->sid = strtab_get_sid(csi_name);
strtab_get_sid    221 uspace/app/sbi/src/builtin.c 	ident->sid = strtab_get_sid(sym_name);
strtab_get_sid    301 uspace/app/sbi/src/builtin.c 	mbr_name_sid = strtab_get_sid(mbr_name);
strtab_get_sid    362 uspace/app/sbi/src/builtin.c 	ident->sid = strtab_get_sid(name);
strtab_get_sid    410 uspace/app/sbi/src/builtin.c 	proc_arg->name->sid = strtab_get_sid(name);
strtab_get_sid     63 uspace/app/sbi/src/builtin/bi_console.c 	ident->sid = strtab_get_sid("Console");
strtab_get_sid    114 uspace/app/sbi/src/builtin/bi_console.c 	var = run_local_vars_lookup(run, strtab_get_sid("arg"));
strtab_get_sid    136 uspace/app/sbi/src/builtin/bi_string.c 	start_var = run_local_vars_lookup(run, strtab_get_sid("start"));
strtab_get_sid    147 uspace/app/sbi/src/builtin/bi_string.c 	length_var = run_local_vars_lookup(run, strtab_get_sid("length"));
strtab_get_sid     82 uspace/app/sbi/src/builtin/bi_task.c 	args = run_local_vars_lookup(run, strtab_get_sid("args"));
strtab_get_sid    116 uspace/app/sbi/src/builtin/bi_textfile.c 	fname_var = run_local_vars_lookup(run, strtab_get_sid("fname"));
strtab_get_sid    159 uspace/app/sbi/src/builtin/bi_textfile.c 	fname_var = run_local_vars_lookup(run, strtab_get_sid("fname"));
strtab_get_sid    305 uspace/app/sbi/src/builtin/bi_textfile.c 	line_var = run_local_vars_lookup(run, strtab_get_sid("line"));
strtab_get_sid    117 uspace/app/sbi/src/imode.c 	fun->name->sid = strtab_get_sid("$imode");
strtab_get_sid    583 uspace/app/sbi/src/lex.c 	lex->current.u.ident.sid = strtab_get_sid(ident_buf);
strtab_get_sid    374 uspace/app/sbi/src/parse.c 	ctor->name->sid = strtab_get_sid(CTOR_IDENT);
strtab_get_sid    696 uspace/app/sbi/src/parse.c 		ident->sid = strtab_get_sid(INDEXER_IDENT);
strtab_get_sid    123 uspace/app/sbi/src/run.c 	fake_ident->sid = strtab_get_sid("Main");
strtab_get_sid   2420 uspace/app/sbi/src/run_expr.c 	indexer_ident->sid = strtab_get_sid(INDEXER_IDENT);
strtab_get_sid   2794 uspace/app/sbi/src/run_expr.c 	mbr_name_sid = strtab_get_sid("Value");
strtab_get_sid   2949 uspace/app/sbi/src/run_expr.c 	ctor_ident->sid = strtab_get_sid(CTOR_IDENT);
strtab_get_sid     35 uspace/app/sbi/src/strtab.h sid_t strtab_get_sid(const char *str);
strtab_get_sid   1056 uspace/app/sbi/src/stype_expr.c 	ctor_ident->sid = strtab_get_sid(CTOR_IDENT);
strtab_get_sid   1671 uspace/app/sbi/src/stype_expr.c 	idx_ident->sid = strtab_get_sid(INDEXER_IDENT);
HelenOS homepage, sources at GitHub