Home
last modified time | relevance | path

Searched refs:ipfuns (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/nvi/dist/ipc/
H A Dip_trans.c45 extern IPFUNLIST const ipfuns[];
138 fmt = ipfuns[(ipb.code = bp[0])-1].format; in vi_translate()
206 (((char *)ipviwin->si_ops)+ipfuns[ipb.code - 1].offset); in vi_translate()
208 ipfuns[ipb.code - 1].unmarshall(ipviwin, &ipb, fun)) in vi_translate()
H A Dipc_cmd.c27 IPFUNLIST const ipfuns[] = { variable