1 typedef struct _cbuf_ cbuf;
2
3 extern bool co_init P((unsigned int));
4 extern Uint co_check P((unsigned int, Int, unsigned int,
5 Uint*, unsigned short*, cbuf**));
6 extern void co_new P((unsigned int, unsigned int, Uint,
7 unsigned int, cbuf*));
8 extern Int co_remaining P((Uint));
9 extern void co_del P((unsigned int, unsigned int, Uint));
10 extern void co_list P((array*));
11 extern void co_call P((frame*));
12 extern void co_info P((uindex*, uindex*));
13 extern Uint co_delay P((unsigned short*));
14 extern void co_swapcount P((unsigned int));
15 extern long co_swaprate1 P((void));
16 extern long co_swaprate5 P((void));
17 extern bool co_dump P((int));
18 extern void co_restore P((int, Uint));
19
This page was automatically generated by the
LXR engine.
Visit the LXR main site for more
information.