Lines Matching full:show
248 filesystem with a simple <Literal remap="tt">offset</Literal> method, and just show a
368 show
642 For example, the <Literal remap="tt">show</Literal> command is overridden nearly everywhere,
1012 When I need to show something to the user, I use the ncurses <Literal remap="tt">wprintw</Literal>
1262 Sometimes <Literal remap="tt">dispatch</Literal> to the object's <Literal remap="tt">show</Literal> command to
1402 to show the available commands to the user. Note that the ext2 layer is still
1730 with an exception to the <Literal remap="tt">show pad</Literal> are defined in the main header file.
1731 The rest of the display will be used by the <Literal remap="tt">show pad</Literal>.
1742 <Literal remap="tt">refresh_show_win</Literal>, <Literal remap="tt">refresh_show_pad</Literal> and
1747 With the exception of the <Literal remap="tt">show pad</Literal>, each function simply calls the
1749 the <Literal remap="tt">show
1750 by the various functions which display output in it. <Literal remap="tt">refresh_show_pad</Literal>
2109 Show the new available commands by dispatching the <Literal remap="tt">help</Literal>
2140 initialized to <Literal remap="tt">NULL</Literal>. <Literal remap="tt">set_type</Literal> will also dispatch <Literal remap="tt">show</Literal>,
2157 The general command version of <Literal remap="tt">show</Literal> is handled by the <Literal remap="tt">show</Literal>
2163 The general show command will format the data in <Literal remap="tt">type_data</Literal> according
2164 to the structure definition of the current type and show it on the <Literal remap="tt">show
2170 A call to <Literal remap="tt">show_info</Literal> is also made - <Literal remap="tt">show_info</Literal> will provide
2171 <Literal remap="tt">general statistics</Literal> on the <Literal remap="tt">show_window</Literal>, such as the current
2177 <Literal remap="tt">show_pad_info</Literal> global variable - We just increment
2178 <Literal remap="tt">show_pad_info.line</Literal> with the number of lines in the screen -
2179 <Literal remap="tt">show_pad_info.display_lines</Literal>, which was initialized in
2271 This last command will also call the <Literal remap="tt">show</Literal> command of the
2468 <Title>The show command</Title>
2471 The <Literal remap="tt">show</Literal> command is overridden here in order to provide more
2472 information than just the list of variables. A <Literal remap="tt">show</Literal> command will end
2473 up in calling <Literal remap="tt">type_super_block___show</Literal>.
2477 The first thing that we do is calling the <Literal remap="tt">general show command</Literal> in
2510 the <Literal remap="tt">setoffset</Literal> and the <Literal remap="tt">show</Literal> routines.
2599 calling the <Literal remap="tt">entry</Literal> function to do the job. I will show <Literal remap="tt">next</Literal>,
2625 and uses the usual <Literal remap="tt">setoffset / show</Literal> pair.
2631 <Title>The show command</Title>
2634 As usual, the <Literal remap="tt">show</Literal> command is overridden. The implementation is
2635 similar to the superblock's show implementation - We just call the general
2636 show command, and add some information in the status window - The contents of
2790 The <Literal remap="tt">show</Literal> command is overridden here, and provides a lot of additional
2793 Again, the <Literal remap="tt">general show</Literal> is called first, and then the additional
2849 wprintw (command_win,"Error - Unable to show file\n");
2862 to <Literal remap="tt">show</Literal>, will dispatch to the <Literal remap="tt">file's show</Literal> implementation.
3264 The <Literal remap="tt">show</Literal> command is overridden, and will show the block as a series of