Home
last modified time | relevance | path

Searched refs:getaline (Results 26 – 50 of 54) sorted by relevance

123

/illumos-gate/usr/src/cmd/ed/
H A Ded.c328 static char *getaline(long);
694 puts(getaline((a1++)->cur)); in commands()
1452 lp = getaline(a1++->cur); in putfile()
1685 getaline(long tl) in getaline() function
1920 lp = getaline(a1->cur); in join()
2272 (void) getaline((addr1++)->cur); in getcopy()
2305 p1 = getaline(addr->cur); in execute()
2608 puts(getaline(a1->cur)); in globaln()
/illumos-gate/usr/src/cmd/mail/
H A Dcopymt.c67 while ((n = getaline(line, sizeof line, f1)) > 0) {
H A Dgethead.c228 getaline(char *ptr2line, int max, FILE *f) in getaline() function
H A Dmail.h304 extern int getaline(char *ptr2line, int max, FILE *f);
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_get.c300 getaline(*addr), lastin = smunch(0, linebuf); in setin()
H A Dex_vops2.c782 getaline(*startsrcline); in imultlinerep()
809 getaline(*srcline); in imultlinerep()
841 getaline(*srcline); in omultlinerep()
H A Dexrecover.c710 getaline(*a1++); in rputfile()
758 getaline(line tl) in getaline() function
H A Dex_temp.c157 getaline(line tl) in getaline() function
687 getaline(*addr); in YANKreg()
H A Dex_io.c483 getaline(*a); in rop2()
770 getaline(*a1++); in putfile()
H A Dex_vops.c527 getaline(*wdot); in vchange()
911 getaline(*wdot); in xdw()
H A Dex.h590 void getaline(line);
H A Dex_vget.c756 getaline(*p);
H A Dex_cmds.c1008 getaline(*addr1);
H A Dex_subr.c226 getaline(*dot); in getDOT()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dglobal.h272 int getaline(char s[], size_t size, int firstchar, BOOL iscaseless);
/illumos-gate/usr/src/cmd/pg/
H A Dpg.c95 static off_t getaline(FILE *);
1356 while ((nchars = getaline(f)) != EOF) { in find()
1383 nchars = getaline(f); in find()
1402 getaline(FILE *f) in getaline() function
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Drevnetgroup.c280 while (getaline(buf, MAXGROUPLEN, nf)) { in loadtable()
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_dtime.c193 getaline(FILE *fp, char *line, int llen) in getaline() function
487 if (getaline(fp, tbuf, sizeof (tbuf)) != tbuf) in getrecord()
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h209 extern char *getaline __P((char *, size_t, FILE *, int *));
/illumos-gate/usr/src/cmd/more/
H A Dmore.c225 static int getaline(register FILE *f, int *length);
505 if ((nchars = getaline (f, &length)) == EOF) in screen()
727 getaline(register FILE *f, int *length) in getaline() function
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/dsp/
H A Dasm10k.c169 getaline(FILE *input, char **tokens) in getaline() function
1038 while ((tokcnt = getaline(input, tokens)) != -1) { in main()
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Ddef.h480 extern int getaline(char *line, int size, FILE *f, int *hasnulls);
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c243 if ((nread = getaline(linebuf,LINESIZE,stdin,&hasnulls)) == 0) { in collect()
1226 getaline(char *line, int size, FILE *f, int *hasnulls) in getaline() function
H A Dsend.c96 nread = getaline(line, LINESIZE, ibuf, &unused); in msend()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dutilities.c79 static int getaline(FILE *, caddr_t, int);
165 if (getaline(stdin, line, sizeof (line)) == EOF) in reply()
176 getaline(FILE *fp, caddr_t loc, int maxlen) in getaline() function

123