Home
last modified time | relevance | path

Searched refs:yank_status (Results 1 – 3 of 3) sorted by relevance

/minix3/minix/usr.bin/mined/
H A Dmined2.c837 yank_status = EMPTY; in set_up()
935 yank_status = VALID; in yank()
968 if (yank_status == NOT_VALID && mode == WRITE) { /* Create new file */ in scratch_file()
988 yank_status = NOT_VALID; in scratch_file()
H A Dmined.h138 extern FLAG yank_status; /* Status of yank_file */
H A Dmined1.c1139 FLAG yank_status = NOT_VALID; /* Status of yank_file */ variable
1531 if (yank_status != NOT_VALID) /* Append buffer info */ in file_status()