Home
last modified time | relevance | path

Searched refs:insert_table (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/oawk/
H A Db.c96 static int insert_table();
202 i = insert_table(chars, i, cn, pc, cn, c); in cclenter()
210 i = insert_table(chars, i, cn, c, cn, c); in cclenter()
489 ismax = insert_table(isyms, ismax, in cgotofn()
504 ismax = insert_table(isyms, ismax, in cgotofn()
517 ismax = insert_table(isyms, ismax, in cgotofn()
534 ismax = insert_table(isyms, in cgotofn()
549 ismax = insert_table(isyms, in cgotofn()
572 ismax = insert_table(isyms, ismax, in cgotofn()
614 symax = insert_table(symbol, in cgotofn()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dprocess.c108 insert_table(request, response); in process_request()
161 insert_table(request, response); in do_announce()
H A Dtalkd_impl.h52 extern void insert_table(CTL_MSG *request, CTL_RESPONSE *response);
H A Dtable.c187 insert_table(CTL_MSG *request, CTL_RESPONSE *response) in insert_table() function