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) |
| void | dump_text_syntax (struct TextSyntax *ts, int num) |
| void | dump_line (int i, struct Line *line) |
| void | dump_pager (struct PagerPrivateData *priv) |
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 | ) |
Definition at line 38 of file pager.c.
Here is the call graph for this function:| void dump_text_syntax | ( | struct TextSyntax * | ts, |
| int | num ) |
Definition at line 64 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 ) |
Definition at line 86 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 | ) |
Definition at line 128 of file pager.c.
Here is the call graph for this function:
Here is the caller graph for this function: