#include <m2_traps.h>Include dependency graph for SYSTEM.c:

Go to the source code of this file.
Data Structures | |
| struct | proc |
Defines | |
| #define | MAXMAIN 2048 |
Functions | |
| unsigned | topsize () |
Variables | |
| static struct proc | mainproc [MAXMAIN/sizeof(struct proc)+1] |
| static struct proc * | curproc = 0 |
| char * | MainLB |
| int(* | p )() |
| proc * | a |
| unsigned | n |
| proc ** | p1 |
| ** | b |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 41 of file SYSTEM.c. Referenced by _dis(), basename(), cmp_ticks(), command(), enter_dir(), execute(), match(), memcmp(), memcpy(), memmove(), print_conn(), and selected(). |
1.4.6