Home
last modified time | relevance | path

Searched refs:e_found (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/data/
H A Dmsg.c78 const char e_found[] = "%s: not found"; variable
/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_print.c336 uint8_t e_found; /* have we seen anything? */ member
364 if (eiip->e_found) { in enum_p2_cb()
382 if ((eiip->e_found || eiip->e_allprefix) && in enum_p2_cb()
387 eiip->e_first = !eiip->e_found; in enum_p2_cb()
388 eiip->e_found = 1; in enum_p2_cb()
427 if (eii.e_found) { in enum_value_print_p2()
437 if (!eii.e_found || missed) { in enum_value_print_p2()
449 uint_t e_found; member
502 info->e_found = 1; in enum_cb()
542 info.e_found = 0; in cmd_enum()
[all …]
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshell.h104 extern const char e_found[];
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h113 extern __MANGLE__ const char e_found[];
/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dwhence.c278 errormsg(SH_DICT,ERROR_exit(0),e_found,sh_fmtq(name)); in whence()
H A Dhist.c149 errormsg(SH_DICT,ERROR_exit(1),e_found,argv[1]); in b_hist()
H A Dmisc.c250 errormsg(SH_DICT,ERROR_exit(1),e_found,script); in b_dot_cmd()
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h113 extern __MANGLE__ const char e_found[];
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h113 extern __MANGLE__ const char e_found[];
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h113 extern __MANGLE__ const char e_found[];
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dpath.c1006 errormsg(SH_DICT,ERROR_exit(ERROR_NOENT),e_found,arg0); in path_exec()
H A Dxec.c1113 errormsg(SH_DICT,ERROR_exit(0),e_found,"function"); in sh_exec()
3225 errormsg(SH_DICT,ERROR_system(ERROR_NOENT),e_found+4); in sh_ntfork()