Mmain	main.c	/^main()$/
Msrec	srec.c	/^main()$/
atoi	console.c	/^atoi(str)$/
baud_char	duart.c	/^baud_char(num)$/
bcopy	bcopy.c	/^bcopy(b1, b2, length)$/
bump_clock	timer.c	/^bump_clock()$/
call_user_ifunc	interrupt.c	/^call_user_ifunc(vec)$/
ch_atoi	console.c	/^ch_atoi(c)$/
compute_vec	context.c	/^compute_vec(vec_addr, vec, exc_type, vec_num)$/
decprint	console.c	/^decprint(n, width, pad)$/
default_ifunc	interrupt.c	/^default_ifunc()$/
duart_ihandler	duart.c	/^duart_ihandler()$/
duart_imr_set	duart.c	/^duart_imr_set(set, clear)$/
duart_reset_isr	duart.c	/^duart_reset_isr()$/
duart_rx_ready	duart.c	/^duart_rx_ready(tty)$/
duart_tx_ready	duart.c	/^duart_tx_ready(tty)$/
dumbfun	test.c	/^dumbfun()$/
dump_data	srec.c	/^dump_data(addr, data)$/
dweebfun	test.c	/^dweebfun()$/
exc_dispatch	context.c	/^exc_dispatch(pstat, exc_frame)$/
get_context	context.c	/^get_context(regs, fp, vec_addr, vec_num)$/
get_cpu_mode	globals.h	/^#define get_cpu_mode(sr)	(((sr) & SR_SUP_MASK) ? \\/
get_file	srec.c	/^get_file(line, start_addr)$/
get_frame_size	exception.h	/^#define get_frame_size(group)	\\$/
get_message	srec.c	/^get_message(code, msg)$/
get_time	timer.c	/^get_time(hrs, mins, secs, ticks)$/
getc	duart.c	/^getc(port)$/
gets	console.c	/^gets(s, port, term)$/
hexprint	console.c	/^hexprint(n, width)$/
hextoi	console.c	/^hextoi(s)$/
init_duart	duart.c	/^init_duart(a_baud, b_baud)$/
init_ifunc_table	interrupt.c	/^init_ifunc_table()$/
init_kern	kern.c	/^init_kern()$/
init_vectors	vector.c	/^init_vectors()$/
install_ifunc	interrupt.c	/^install_ifunc(vec, func)$/
install_vector	vector.c	/^install_vector(n, func)$/
itohex	console.c	/^itohex(s, i, bits)$/
kill	kern.c	/^kill(thread)$/
panic	panic.c	/^panic()$/
pick	kern.c	/^pick()$/
print_help	srec.c	/^print_help()$/
printf	console.c	/^printf(string)$/
process_record	srec.c	/^process_record(msg, start_addr)$/
putc	duart.c	/^putc(c, port)$/
putchar	console.c	/^putchar(c)$/
puts	console.c	/^puts(s, port)$/
read_num	string.c	/^read_num(lp)$/
readln	console.c	/^readln(s)$/
ready	kern.c	/^ready(thread)$/
reschedule	kern.c	/^reschedule()$/
run	kern.c	/^run(thread)$/
run_code	srec.c	/^run_code(code_valid, start_addr)$/
sem_p	kern.c	/^sem_p(sem)$/
sem_v	kern.c	/^sem_v(sem)$/
send_message	srec.c	/^send_message(code, data)$/
set_time	timer.c	/^set_time(hrs, mins, secs)$/
show_exc_frame	stat_disp.c	/^show_exc_frame(fp)$/
show_pstat	stat_disp.c	/^show_pstat(pstat)$/
show_regs	stat_disp.c	/^show_regs(regs)$/
show_time	srec.c	/^show_time()$/
skip_nonspaces	string.c	/^skip_nonspaces(lp)$/
skip_spaces	string.c	/^skip_spaces(lp)$/
spawn	kern.c	/^spawn(new_tcb, stack, code, stksiz, pri)$/
strcpy	console.c	/^strcpy(s1, s2)$/
strlen	string.c	/^strlen(str)$/
strncpy	console.c	/^strncpy(s1, s2, n)$/
suspend	kern.c	/^suspend(thread)$/
syscall	syscall.c	/^syscall(vec, pstat, exc_frame)$/
test0	test.c	/^test0()$/
test_checksum	srec.c	/^test_checksum(count, addr, data, checksum)$/
timer_proc	timer.c	/^timer_proc()$/
unpack_record	srec.c	/^unpack_record(msg, type, count, addr, data, checks/
yield	kern.c	/^yield()$/
