Pager Debugging. More...
#include "config.h"#include <stdio.h>#include "mutt/lib.h"#include "lib.h"#include "color/lib.h"#include "pager/lib.h"#include "pager/display.h"#include "pager/private_data.h"
Include dependency graph for pager.c:Go to the source code of this file.
Functions | |
| void | dump_text_syntax_array (struct TextSyntaxArray *tsa) |
| Dump a text syntax array. | |
| void | dump_text_syntax (struct TextSyntax *ts, int num) |
| Dump text syntax. | |
| void | dump_line (int i, struct Line *line) |
| Dump a pager line. | |
| void | dump_pager (struct PagerPrivateData *priv) |
| Dump pager state. | |
Pager Debugging.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file pager.c.
| void dump_text_syntax_array | ( | struct TextSyntaxArray * | tsa | ) |
Dump a text syntax array.
| tsa | Text syntax array |
Definition at line 42 of file pager.c.
Here is the call graph for this function:| void dump_text_syntax | ( | struct TextSyntax * | ts, |
| int | num ) |
Dump text syntax.
| ts | Text syntax array |
| num | Number of elements |
Definition at line 73 of file pager.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void dump_line | ( | int | i, |
| struct Line * | line ) |
Dump a pager line.
Definition at line 100 of file pager.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void dump_pager | ( | struct PagerPrivateData * | priv | ) |
Dump pager state.
| priv | Pager private data |
Definition at line 146 of file pager.c.
Here is the call graph for this function:
Here is the caller graph for this function: