Lines Matching defs:istraced
365 int istraced;
450 istraced = dotrace && prismember(&trace, what);
454 if (!istraced && nargs > 2) {
459 istraced = TRUE;
462 istraced = TRUE;
467 if (cflag || !istraced) /* just counting */
503 return (istraced);
519 int istraced;
546 istraced = dotrace && prismember(&trace, what);
549 istraced = dotrace && prismember(&trace, what);
551 if (!cflag && istraced) { /* print exec() string now */
566 istraced = dotrace && prismember(&trace, what);
568 istraced = sysentry(pri, dotrace) && dotrace;
570 if (!cflag && istraced) {
584 if (cflag && istraced) {
604 if (!cflag && istraced) {
633 if (istraced) {
671 if (!cflag && istraced)
673 } else if (!cflag && istraced) {
821 else if (cflag && istraced) /* this is the child */
825 cflag && istraced) /* this is the created lwp */
836 if (!cflag && istraced) {
888 return (!cflag && istraced);