Searched defs:shaccton (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dservice.c613 static int shaccton; /* 0 implies do not write record on exit */ variable
624 shaccton = 0;
638 shaccton = 1;
648 if (shaccton) {
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dpath.c1325 static shaccton; /* non-zero causes accounting record to be written */ variable
1339 shaccton=0;
1358 shaccton = 1;
1369 if(shaccton)

Completed in 147 milliseconds