Searched refs:O_TRACEON (Results 1 – 4 of 4) sorted by relevance
/original-bsd/old/dbx/ |
H A D | tree.c | 164 case O_TRACEON: 331 case O_TRACEON: 394 case O_TRACEON:
|
H A D | operators.c | 84 O_TRACEON, /* begin tracing source line, variable, or all lines */ enumerator
|
H A D | eval.c | 665 case O_TRACEON: 877 action = build(O_TRACEON, (op == O_TRACEI), buildcmdlist(action)); 1016 action = build(O_TRACEON, (op == O_TRACEI), buildcmdlist(action)); 1054 action = build(O_TRACEON, (p->op == O_STOPI), 1124 action = build(O_TRACEON, (op == O_STOPI), buildcmdlist(action));
|
H A D | events.c | 293 actions = buildcmdlist(build(O_TRACEON, false, actions));
|