Home
last modified time | relevance | path

Searched refs:new_file (Results 1 – 6 of 6) sorted by relevance

/original-bsd/usr.bin/more/
H A Dprompt.c39 extern int new_file;
161 return (new_file);
378 new_file = 0;
H A Dmain.c30 int new_file; variable
122 new_file = 1;
/original-bsd/lib/libc/db/hash/
H A Dhash_buf.c107 is_disk = is_disk_mask || !hashp->new_file;
193 if (hashp->new_file &&
H A Dhash.h76 int new_file; /* Indicates if fd is backing store or no */ member
H A Dhash.c165 hashp->new_file = new_table;
445 hashp->new_file = 0;
/original-bsd/sys/i386/stand/
H A Ddisklabel.c96 new_file:
104 if (c == 'F') { close(f) ; goto new_file ; }