|
XINU
|

Go to the source code of this file.
Macros | |
| #define | MAXMARK 20 /* Maximum number of marked locations */ |
| #define | notmarked(L) (L[0]<0 || L[0]>=nmarks || marks[L[0]]!=L) |
Typedefs | |
| typedef int32 | memmark[1] |
Variables | |
| int32 * | marks [] |
| sid32 | mkmutex |
| int32 | nmarks |
| #define MAXMARK 20 /* Maximum number of marked locations */ |
| sid32 mkmutex |
Definition at line 7 of file mark.c.
Referenced by mark(), and markinit().
| int32 nmarks |
Definition at line 6 of file mark.c.
Referenced by mark(), and markinit().
1.8.13