Lines Matching defs:new
48 struct cfextra *new;
66 /* strip trailing new line */
99 new = calloc(1, sizeof (struct cfextra));
100 if (new == NULL) {
104 new->cf_ent.ftype = '-';
106 (void) eval_path(&(new->server_path), &(new->client_path),
107 &(new->map_path), path);
109 new->cf_ent.path = new->client_path;
111 extlist[eptnum++] = new;