Home
last modified time | relevance | path

Searched refs:IPFunc (Results 1 – 3 of 3) sorted by relevance

/minix/external/bsd/nvi/dist/ipc/
H A Dipc_cmd.c15 static int ipc_unmarshall_a __P((IPVIWIN *, IP_BUF*, IPFunc));
16 static int ipc_unmarshall_12 __P((IPVIWIN *, IP_BUF*, IPFunc));
17 static int ipc_unmarshall __P((IPVIWIN *, IP_BUF*, IPFunc));
18 static int ipc_unmarshall_ab1 __P((IPVIWIN *, IP_BUF*, IPFunc));
20 static int ipc_unmarshall_1a __P((IPVIWIN *, IP_BUF*, IPFunc));
22 static int ipc_unmarshall_1 __P((IPVIWIN *, IP_BUF*, IPFunc));
74 ipc_unmarshall_a(IPVIWIN *ipvi, IP_BUF *ipb, IPFunc func) in ipc_unmarshall_a()
80 ipc_unmarshall_12(IPVIWIN *ipvi, IP_BUF *ipb, IPFunc func) in ipc_unmarshall_12()
86 ipc_unmarshall(IPVIWIN *ipvi, IP_BUF *ipb, IPFunc func) in ipc_unmarshall()
99 ipc_unmarshall_1a(IPVIWIN *ipvi, IP_BUF *ipb, IPFunc func)
[all …]
H A Dip.h70 typedef int (*IPFunc) (struct _ip_vi_win *); typedef
95 IPFunc bell;
96 IPFunc busy_off;
98 IPFunc clrtoeol;
99 IPFunc deleteln;
100 IPFunc discard;
102 IPFunc insertln;
104 IPFunc quit;
105 IPFunc redraw;
106 IPFunc refresh;
[all …]
H A Dip_trans.c134 IPFunc fun; in vi_translate()
205 fun = *(IPFunc *) in vi_translate()