Searched refs:e_found (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/lib/libshell/common/data/ |
H A D | msg.c | 78 const char e_found[] = "%s: not found"; variable
|
/titanic_41/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 336 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 D | shell.h | 104 extern const char e_found[];
|
/titanic_41/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 113 extern __MANGLE__ const char e_found[];
|
/titanic_41/usr/src/lib/libshell/common/bltins/ |
H A D | whence.c | 278 errormsg(SH_DICT,ERROR_exit(0),e_found,sh_fmtq(name)); in whence()
|
H A D | hist.c | 149 errormsg(SH_DICT,ERROR_exit(1),e_found,argv[1]); in b_hist()
|
H A D | misc.c | 250 errormsg(SH_DICT,ERROR_exit(1),e_found,script); in b_dot_cmd()
|
/titanic_41/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 113 extern __MANGLE__ const char e_found[];
|
/titanic_41/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 113 extern __MANGLE__ const char e_found[];
|
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 113 extern __MANGLE__ const char e_found[];
|
/titanic_41/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 1006 errormsg(SH_DICT,ERROR_exit(ERROR_NOENT),e_found,arg0); in path_exec()
|
H A D | xec.c | 1113 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()
|