Symbol: RSIZE
usr.bin/mg/buffer.c
383
RSIZE nbytes;
usr.bin/mg/def.h
118
RSIZE r_size; /* Length in characters. */
usr.bin/mg/def.h
405
int ldelete(RSIZE, int);
usr.bin/mg/def.h
407
int lreplace(RSIZE, char *);
usr.bin/mg/def.h
416
int kchunk(char *, RSIZE, int);
usr.bin/mg/line.c
163
RSIZE i;
usr.bin/mg/line.c
355
ldelete(RSIZE n, int kflag)
usr.bin/mg/line.c
358
RSIZE chunk;
usr.bin/mg/line.c
428
if (kchunk(sv, (RSIZE)len, kflag) != TRUE)
usr.bin/mg/line.c
528
lreplace(RSIZE plen, char *st)
usr.bin/mg/line.c
530
RSIZE rlen; /* replacement length */
usr.bin/mg/line.c
532
RSIZE n;
usr.bin/mg/paragraph.c
179
if (ldelete((RSIZE) 1, KNONE) == FALSE && !eopflag) {
usr.bin/mg/paragraph.c
229
(void)ldelete((RSIZE) 1, KNONE);
usr.bin/mg/re_search.c
160
if (re_doreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/re_search.c
167
if (re_doreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/re_search.c
181
if (re_doreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/re_search.c
227
if (re_doreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/re_search.c
249
re_doreplace(RSIZE plen, char *st)
usr.bin/mg/re_search.c
41
static int re_doreplace(RSIZE, char *);
usr.bin/mg/region.c
221
rp->r_size = (RSIZE)(curwp->w_marko - curwp->w_doto);
usr.bin/mg/region.c
224
rp->r_size = (RSIZE)(curwp->w_doto - curwp->w_marko);
usr.bin/mg/region.c
240
(RSIZE)(fsize + curwp->w_marko)));
usr.bin/mg/region.c
252
(RSIZE)(bsize - curwp->w_marko)));
usr.bin/mg/region.c
265
setsize(struct region *rp, RSIZE size)
usr.bin/mg/region.c
34
static int setsize(struct region *, RSIZE);
usr.bin/mg/search.c
591
if (lreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/search.c
596
if (lreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/search.c
609
if (lreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/search.c
655
if (lreplace((RSIZE)plen, news) == FALSE)
usr.bin/mg/util.c
242
RSIZE nld;
usr.bin/mg/util.c
248
nld = (RSIZE)0;
usr.bin/mg/util.c
255
return (ldelete((RSIZE)nld, KNONE));
usr.bin/mg/util.c
295
(void)ldelete((RSIZE)(col - curwp->w_doto), KNONE);
usr.bin/mg/util.c
454
return (ldelete((RSIZE) n, (f & FFARG) ? KFORW : KNONE));
usr.bin/mg/util.c
477
s = ldelete((RSIZE)n, (f & FFARG) ? KFORW : KNONE);
usr.bin/mg/word.c
20
RSIZE countfword(void);
usr.bin/mg/word.c
238
RSIZE size;
usr.bin/mg/word.c
280
RSIZE size;
usr.bin/mg/word.c
323
RSIZE size;
usr.bin/mg/word.c
370
RSIZE
usr.bin/mg/word.c
373
RSIZE size;
usr.bin/mg/word.c
400
RSIZE size;
usr.bin/mg/word.c
456
RSIZE size;
usr.bin/mg/yank.c
116
kchunk(char *cp1, RSIZE chunk, int kflag)
usr.bin/mg/yank.c
155
RSIZE chunk;
usr.bin/mg/yank.c
20
static RSIZE kused = 0; /* # of bytes used in KB. */
usr.bin/mg/yank.c
21
static RSIZE ksize = 0; /* # of bytes allocated in KB. */
usr.bin/mg/yank.c
22
static RSIZE kstart = 0; /* # of first used byte in KB. */