Home
last modified time | relevance | path

Searched refs:O_TRACEON (Results 1 – 4 of 4) sorted by relevance

/original-bsd/old/dbx/
H A Dtree.c164 case O_TRACEON:
331 case O_TRACEON:
394 case O_TRACEON:
H A Doperators.c84 O_TRACEON, /* begin tracing source line, variable, or all lines */ enumerator
H A Deval.c665 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 Devents.c293 actions = buildcmdlist(build(O_TRACEON, false, actions));