Home
last modified time | relevance | path

Searched refs:sh_stats (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Ddefs.h459 # define sh_stats(x) (sh.stats[(x)]++) macro
461 # define sh_stats(x) macro
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dexpand.c103 sh_stats(STAT_GLOBS); in path_expand()
H A Dargs.c853 sh_stats(STAT_ARGEXPAND); in arg_expand()
858 sh_stats(STAT_ARGHITS); in arg_expand()
H A Dsubshell.c514 sh_stats(STAT_COMSUB); in sh_subshell()
522 sh_stats(STAT_SUBSHELL); in sh_subshell()
H A Dpath.c133 sh_stats(STAT_SPAWN); in _spawnveg()
838 sh_stats(STAT_PATHS); in path_absolute()
H A Dxec.c711 sh_stats(STAT_SCMDS); in sh_exec()
2524 sh_stats(STAT_FORKS); in sh_fork()
2700 sh_stats(STAT_FUNCT); in sh_funct()
H A Dmacro.c407 sh_stats(STAT_ARGEXPAND); in sh_macpat()
419 sh_stats(STAT_ARGHITS); in sh_macpat()
H A Dname.c1131 sh_stats(STAT_NVOPEN); in nv_open()
1207 sh_stats(STAT_NVHITS); in nv_open()
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dread.c229 sh_stats(STAT_READS); in sh_readline()