Lines Matching refs:show_win
210 wmove (show_win,1,0); in type_ext2_inode___show()
212 wprintw (show_win,"Inode %ld of %ld. Entry %ld of %ld in group descriptor %ld.\n" in type_ext2_inode___show()
215 wprintw (show_win,"Inode type: "); in type_ext2_inode___show()
220 wprintw (show_win,"Bad blocks inode - "); in type_ext2_inode___show()
223 wprintw (show_win,"Root inode - "); in type_ext2_inode___show()
226 wprintw (show_win,"ACL index inode - "); in type_ext2_inode___show()
229 wprintw (show_win,"ACL data inode - "); in type_ext2_inode___show()
232 wprintw (show_win,"Boot loader inode - "); in type_ext2_inode___show()
235 wprintw (show_win,"Undelete directory inode - "); in type_ext2_inode___show()
238 wprintw (show_win,"Reserved inode - "); in type_ext2_inode___show()
243 wprintw (show_win,"Free. "); in type_ext2_inode___show()
246 wprintw (show_win,"File. "); in type_ext2_inode___show()
249 wprintw (show_win,"Directory. "); in type_ext2_inode___show()
252 wprintw (show_win,"Symbolic link. "); in type_ext2_inode___show()
263 wprintw (show_win,"Character device."); in type_ext2_inode___show()
266 wprintw (show_win,"Block device. "); in type_ext2_inode___show()
268 wprintw (show_win,"\n");refresh_show_win (); in type_ext2_inode___show()