Home
last modified time | relevance | path

Searched refs:ffgetline (Results 1 – 25 of 64) sorted by relevance

123

/dports/mail/alpine/alpine-465e23b/pico/
H A Dfileio.c94 ffgetline(UCS buf[], size_t nbuf, size_t *charsreturned, int msg) in ffgetline() function
H A Defunc.h175 extern int ffgetline(UCS *, size_t, size_t *, int);
H A Dfile.c507 if((s = ffgetline(line, NLINE, &charsread, 1)) == FIOEOF){ in readin()
965 if((s = ffgetline(line, NLINE, &charsread, 1)) == FIOEOF){ in ifile()
/dports/editors/pico-alpine/alpine-465e23b/pico/
H A Dfileio.c94 ffgetline(UCS buf[], size_t nbuf, size_t *charsreturned, int msg) in ffgetline() function
H A Defunc.h175 extern int ffgetline(UCS *, size_t, size_t *, int);
/dports/japanese/ng-devel/ng-1.5beta1/sys/amiga/
H A Dfileio.c255 ffgetline(buf, nbuf, nbytes) in ffgetline() function
566 if (ffgetline(line, sizeof(line), &i) != FIOSUC ||
574 while (ffgetline(&line[2], sizeof(line)-3, &i) == FIOSUC) {
/dports/japanese/ng/ng-1.4.4/sys/amiga/
H A Dfileio.c237 ffgetline(buf, nbuf, nbytes) in ffgetline() function
548 if (ffgetline(line, sizeof(line), &i) != FIOSUC ||
556 while (ffgetline(&line[2], sizeof(line)-3, &i) == FIOSUC) {
/dports/japanese/ng-canna/ng-1.4.4/sys/amiga/
H A Dfileio.c237 ffgetline(buf, nbuf, nbytes) in ffgetline() function
548 if (ffgetline(line, sizeof(line), &i) != FIOSUC ||
556 while (ffgetline(&line[2], sizeof(line)-3, &i) == FIOSUC) {
/dports/editors/uemacs/uemacs-4.0/src/
H A Dfileio.c186 PASCAL NEAR ffgetline(nbytes) in ffgetline() function
H A Dfile.c310 while ((s=ffgetline(&nbytes)) == FIOSUC) {
793 while ((s=ffgetline(&nbytes)) == FIOSUC) {
/dports/editors/beav/beav-140/
H A Dfileio.c191 ffgetline (buf, nbuf, rbuf) in ffgetline() function
H A Dprototyp.h107 extern char ffgetline (char *buf, unsigned int nbuf, unsigned int *rbuf);
/dports/mail/alpine/alpine-465e23b/pico/osdep/
H A Dspell.c157 while(ffgetline(wb, NLINE, NULL, 0) == FIOSUC && ret){ in spell()
/dports/editors/pico-alpine/alpine-465e23b/pico/osdep/
H A Dspell.c157 while(ffgetline(wb, NLINE, NULL, 0) == FIOSUC && ret){ in spell()
/dports/japanese/ng-devel/ng-1.5beta1/docs/
H A Dmgprog.doc150 ffgetline(char *buf, int nbuf, int *nbytes):
154 next call to ffgetline return the remaining portion (or nbuf more
228 Rewrite ffgetline to conform to the new way of doing things. (see
/dports/japanese/ng/ng-1.4.4/docs/
H A Dmgprog.doc150 ffgetline(char *buf, int nbuf, int *nbytes):
154 next call to ffgetline return the remaining portion (or nbuf more
228 Rewrite ffgetline to conform to the new way of doing things. (see
/dports/japanese/ng-canna/ng-1.4.4/docs/
H A Dmgprog.doc150 ffgetline(char *buf, int nbuf, int *nbytes):
154 next call to ffgetline return the remaining portion (or nbuf more
228 Rewrite ffgetline to conform to the new way of doing things. (see
/dports/japanese/ng-canna/ng-1.4.4/
H A Dfile.c396 while ((s=ffgetline(line, NLINE, &nbytes)) != FIOERR) {
454 switch(s = ffgetline(line, NLINE, &i)) {
H A Dextend.c586 while ((s = ffgetline(excbuf, sizeof(excbuf)/2-1, &nbytes)) == FIOSUC) {
588 while ((s = ffgetline(excbuf, sizeof(excbuf)-1, &nbytes)) == FIOSUC) {
/dports/japanese/ng/ng-1.4.4/
H A Dfile.c396 while ((s=ffgetline(line, NLINE, &nbytes)) != FIOERR) {
454 switch(s = ffgetline(line, NLINE, &i)) {
H A Dextend.c586 while ((s = ffgetline(excbuf, sizeof(excbuf)/2-1, &nbytes)) == FIOSUC) {
588 while ((s = ffgetline(excbuf, sizeof(excbuf)-1, &nbytes)) == FIOSUC) {
/dports/editors/mg/mg-6.9/
H A Dfile.c376 while ((s = ffgetline(ffp, line, linesize, &nbytes)) != FIOERR) { in insertfile()
419 s = ffgetline(ffp, line + linesize, linesize, in insertfile()
/dports/japanese/ng-devel/ng-1.5beta1/
H A Dfile.c421 while ((s=ffgetline(line, NLINE, &nbytes)) != FIOERR) {
479 switch(s = ffgetline(line, NLINE, &i)) {
/dports/mail/alpine/alpine-465e23b/pith/
H A DIO.ReadMe120 | Composer | <--------ffgetline------------- | FileSystem |
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A DIO.ReadMe120 | Composer | <--------ffgetline------------- | FileSystem |

123