Home
last modified time | relevance | path

Searched refs:FILE_and_pos_t (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/busybox/busybox-1.26.2/editors/
H A Ddiff.c165 typedef struct FILE_and_pos_t { struct
168 } FILE_and_pos_t; typedef
205 static void seek_ft(FILE_and_pos_t *ft, off_t pos) in seek_ft()
216 static int read_token(FILE_and_pos_t *ft, token_t tok) in read_token()
426 static void fetch(FILE_and_pos_t *ft, const off_t *ix, int a, int b, int ch) in fetch()
465 static NOINLINE int *create_J(FILE_and_pos_t ft[2], int nlen[2], off_t *ix[2]) in create_J()
615 FILE_and_pos_t ft[2]; in diff()