Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/oawk/
H A Db.c94 static int insert_table();
487 ismax = insert_table(isyms, ismax, in cgotofn()
502 ismax = insert_table(isyms, ismax, in cgotofn()
515 ismax = insert_table(isyms, ismax, in cgotofn()
532 ismax = insert_table(isyms, in cgotofn()
547 ismax = insert_table(isyms, in cgotofn()
612 symax = insert_table(symbol, in cgotofn()
631 symax = insert_table(symbol, in cgotofn()
648 symax = insert_table(symbol, in cgotofn()
671 symax = insert_table( in cgotofn()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dprocess.c105 insert_table(request, response); in process_request()
158 insert_table(request, response); in do_announce()
H A Dtalkd_impl.h50 extern void insert_table(CTL_MSG *request, CTL_RESPONSE *response);
H A Dtable.c184 insert_table(CTL_MSG *request, CTL_RESPONSE *response) in insert_table() function