Home | History | Annotate | Download | only in ss

Lines Matching defs:sci_idx

30 	register int sci_idx;
44 for (sci_idx = 1; table[sci_idx] != (ss_data *)NULL; sci_idx++)
47 ((unsigned)sci_idx+2)*size);
48 table[sci_idx+1] = (ss_data *) NULL;
49 table[sci_idx] = new_table;
81 ss_get_readline(sci_idx);
83 return(sci_idx);
87 ss_delete_invocation(sci_idx)
88 int sci_idx;
93 t = ss_info(sci_idx);
97 ss_delete_info_dir(sci_idx, t->info_dirs[0], &ignored_code);