1: /*
2: * Copyright (c) 1980 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)machdep.h 5.1 (Berkeley) 6/5/85
7: */
8:
9: #ifdef ADDR32
10: #define pushaddr push4
11: #define popaddr (char *)pop4
12: #endif ADDR32
13: #ifdef ADDR16
14: #define pushaddr push2
15: #define popaddr (char *)pop2
16: #endif ADDR16
Defined macros
popaddr
defined in line
15; used 49 times
- in /usr/src/ucb/PORT/pascal/px/interp.c line
246-247(2),
278,
518-558(9),
572-573(2),
580,
587,
596,
608,
620,
631,
642,
653,
662-667(2),
1048-1068(6),
1074,
1320,
1327,
1338,
1349,
1360,
1371,
1382,
1411-1415(2),
1435,
1499,
1524,
1573,
1593,
1603,
1611,
1617-1621(2)
pushaddr
defined in line
14; used 17 times
- in /usr/src/ucb/PORT/pascal/px/interp.c line
285,
581,
588,
597,
609,
621,
632,
643,
654,
663,
669,
1009,
1044,
1123,
1475,
1524,
1543
Usage of this include