Home
last modified time | relevance | path

Searched refs:fdsave (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/sh/
H A Ddefs.c48 struct fdsave fdmap[NOFILE];
H A Dmode.h241 struct fdsave struct
H A Ddefs.h239 extern struct fdsave fdmap[];
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dio.c311 struct fdsave struct
380 static struct fdsave *filemap;
389 filemap = (struct fdsave*)malloc(filemapsize*sizeof(struct fdsave)); in sh_ioinit()
1441 if(!(filemap = (struct fdsave*)realloc(filemap,filemapsize*sizeof(struct fdsave)))) in sh_iosave()