Home | History | Annotate | Download | only in sh

Lines Matching refs:fullname

432 	char *fullname;
512 while ((fullname = padvance(&path, name)) != NULL) {
513 stunalloc(fullname);
528 if (fullname[0] == '/' && idx <= prev) {
534 while (stat(fullname, &statb) < 0) {
549 stalloc(strlen(fullname) + 1);
550 readcmdfile(fullname);
553 error("%s not defined in %s", name, fullname);
554 stunalloc(fullname);
571 TRACE(("searchexec \"%s\" returns \"%s\"\n", name, fullname));
574 stalloc(strlen(fullname) + 1);