Home
last modified time | relevance | path

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

/openbsd/usr.bin/mg/
H A Dyank.c116 kchunk(char *cp1, RSIZE chunk, int kflag) in kchunk() function
H A Ddef.h416 int kchunk(char *, RSIZE, int);
H A Dline.c428 if (kchunk(sv, (RSIZE)len, kflag) != TRUE) in ldelete()