Lines Matching refs:show_win
211 wmove (show_win,1,0); in type_ext2_inode___show()
213 wprintw (show_win,"Inode %ld of %ld. Entry %ld of %ld in group descriptor %ld.\n" in type_ext2_inode___show()
216 wprintw (show_win,"Inode type: "); in type_ext2_inode___show()
221 wprintw (show_win,"Bad blocks inode - "); in type_ext2_inode___show()
224 wprintw (show_win,"Root inode - "); in type_ext2_inode___show()
227 wprintw (show_win,"User quota inode - "); in type_ext2_inode___show()
230 wprintw (show_win,"Group quota inode - "); in type_ext2_inode___show()
233 wprintw (show_win,"Boot loader inode - "); in type_ext2_inode___show()
236 wprintw (show_win,"Undelete directory inode - "); in type_ext2_inode___show()
239 wprintw (show_win,"Reserved inode - "); in type_ext2_inode___show()
244 wprintw (show_win,"Free. "); in type_ext2_inode___show()
247 wprintw (show_win,"File. "); in type_ext2_inode___show()
250 wprintw (show_win,"Directory. "); in type_ext2_inode___show()
253 wprintw (show_win,"Symbolic link. "); in type_ext2_inode___show()
264 wprintw (show_win,"Character device."); in type_ext2_inode___show()
267 wprintw (show_win,"Block device. "); in type_ext2_inode___show()
269 wprintw (show_win,"\n");refresh_show_win (); in type_ext2_inode___show()