Searched refs:e_found (Results 1 - 12 of 12) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/data/ |
H A D | msg.c | 78 const char e_found[] = "%s: not found"; variable
|
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | shell.h | 104 extern const char e_found[];
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_print.c | 336 uint8_t e_found; /* have we seen anything? */ member in struct:enum_p2_info 364 if (eiip->e_found) { 382 if ((eiip->e_found || eiip->e_allprefix) && 387 eiip->e_first = !eiip->e_found; 388 eiip->e_found = 1; 427 if (eii.e_found) { 437 if (!eii.e_found || missed) { 449 uint_t e_found; member in struct:enum_cbinfo 502 info->e_found = 1; 542 info.e_found [all...] |
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/ |
H A D | shell.h | 113 extern __MANGLE__ const char e_found[];
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | hist.c | 149 errormsg(SH_DICT,ERROR_exit(1),e_found,argv[1]);
|
H A D | whence.c | 278 errormsg(SH_DICT,ERROR_exit(0),e_found,sh_fmtq(name));
|
H A D | misc.c | 250 errormsg(SH_DICT,ERROR_exit(1),e_found,script);
|
/illumos-gate/usr/src/lib/libshell/i386/include/ast/ |
H A D | shell.h | 113 extern __MANGLE__ const char e_found[];
|
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/ |
H A D | shell.h | 113 extern __MANGLE__ const char e_found[];
|
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | shell.h | 113 extern __MANGLE__ const char e_found[];
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | path.c | 1006 errormsg(SH_DICT,ERROR_exit(ERROR_NOENT),e_found,arg0);
|
H A D | xec.c | 1113 errormsg(SH_DICT,ERROR_exit(0),e_found,"function"); 3225 errormsg(SH_DICT,ERROR_system(ERROR_NOENT),e_found+4);
|
Completed in 2229 milliseconds