Rizin
unix-like reverse engineering framework and cli tools
pager_private.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2018 bart1e
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 #ifndef PAGER_PRIVATE_H
5 #define PAGER_PRIVATE_H
6 
7 RZ_IPI void pager_color_line(const char *line, RzStrpool *p, RzList *ml);
8 RZ_IPI void pager_printpage(const char *line, int *index, RzList **mla, int from, int to, int w);
9 RZ_IPI int pager_next_match(int from, RzList **mla, int lcount);
11 RZ_IPI bool pager_all_matches(const char *s, RzRegex *rx, RzList **mla, int *lines, int lcount);
12 RZ_IPI int *pager_splitlines(char *s, int *lines_count);
13 
14 #endif
#define RZ_IPI
Definition: analysis_wasm.c:11
static RzILOpEffect * mla(cs_insn *insn, bool is_thumb)
Definition: arm_il32.c:1217
static RzBinSourceLineInfo * lines(RzBinFile *bf)
Definition: bin_symbols.c:427
#define w
Definition: crypto_rc6.c:13
void * p
Definition: libc.cpp:67
line
Definition: setup.py:34
RZ_IPI void pager_color_line(const char *line, RzStrpool *p, RzList *ml)
Definition: pager.c:9
RZ_IPI void pager_printpage(const char *line, int *index, RzList **mla, int from, int to, int w)
Definition: pager.c:48
RZ_IPI bool pager_all_matches(const char *s, RzRegex *rx, RzList **mla, int *lines, int lcount)
Definition: pager.c:101
RZ_IPI int * pager_splitlines(char *s, int *lines_count)
Definition: pager.c:136
RZ_IPI int pager_prev_match(int from, RzList **mla)
Definition: pager.c:88
RZ_IPI int pager_next_match(int from, RzList **mla, int lcount)
Definition: pager.c:74
static RzSocket * s
Definition: rtr.c:28
static struct sockaddr static addrlen static backlog const void static flags void struct sockaddr from
Definition: sfsocketcall.h:123
static struct sockaddr static addrlen static backlog const void static flags void struct sockaddr socklen_t static fromlen const void const struct sockaddr to
Definition: sfsocketcall.h:125