Searched refs:ti_dash_I (Results 1 – 3 of 3) sorted by relevance
67 T_info.ti_dash_I = NULL; in main()123 (void) strcat(T_info.ti_dash_I, ":"); in main()124 size = strlen(T_info.ti_dash_I); in main()126 tmpptr = realloc(T_info.ti_dash_I, in main()133 T_info.ti_dash_I = tmpptr; in main()135 (void) strcpy(T_info.ti_dash_I, optarg); in main()137 (void) strcat(T_info.ti_dash_I, optarg); in main()187 if (T_info.ti_dash_I == NULL) { in main()188 T_info.ti_dash_I = "."; in main()190 (void) strcat(T_info.ti_dash_I, ":."); in main()[all …]
49 char *ti_dash_I; member
93 T_info->ti_dash_I); in do_extends()96 f = pathfind(T_info->ti_dash_I, filename, "f"); in do_extends()