Home
last modified time | relevance | path

Searched refs:get_line (Results 1 – 25 of 60) sorted by relevance

123

/dragonfly/usr.bin/csplit/
H A Dcsplit.c65 static char *get_line(void);
197 while ((p = get_line()) != NULL && fputs(p, ofp) == 0) in main()
272 get_line(void) in get_line() function
393 while ((p = get_line()) != NULL) { in do_rexp()
419 while (--ofs > 0 && (p = get_line()) != NULL) in do_rexp()
453 if ((p = get_line()) == NULL) in do_lineno()
/dragonfly/usr.bin/ctags/
H A DC.c148 get_line(); in c_entries()
177 get_line(); in c_entries()
222 get_line(); in c_entries()
366 get_line(); in hash_entry()
H A Dlisp.c96 get_line(); in l_entries()
H A Dctags.h86 extern void get_line(void);
H A Dyacc.c95 get_line(); /* may change before ':' */ in y_entries()
H A Dprint.c45 get_line(void) in get_line() function
/dragonfly/usr.bin/rs/
H A Drs.c86 static int get_line(void);
125 get_line(); in getfile()
129 get_line(); in getfile()
175 } while (get_line() != EOF); in getfile()
324 get_line(void) /* get line; maintain curline, curlen; manage storage */ in get_line() function
/dragonfly/usr.bin/uudecode/
H A Duudecode.c298 get_line(char *buf, size_t size) in get_line() function
335 switch (get_line(buf, sizeof(buf))) { in uu_decode()
394 switch (get_line(buf, sizeof(buf))) { in uu_decode()
412 switch (get_line(inbuf, sizeof(inbuf))) { in base64_decode()
/dragonfly/games/gomoku/
H A Dmain.c174 get_line(buf, sizeof(buf)); in main()
249 (void)get_line(fname, sizeof(fname)); in main()
267 if (!get_line(buf, sizeof(buf))) { in main()
322 (void)get_line(fname, sizeof(fname)); in main()
374 if (!get_line(input, sizeof(input))) in whatsup()
/dragonfly/bin/pax/
H A Doptions.c65 static char *get_line(FILE *);
873 while ((str = get_line(fp)) != NULL) { in tar_options()
946 while ((str = get_line(fp)) != NULL) { in tar_options()
1158 while ((str = get_line(fp)) != NULL) { in cpio_options()
1257 while ((str = get_line(stdin)) != NULL) { in cpio_options()
1480 get_line(FILE *f) in get_line() function
/dragonfly/contrib/gcc-8.0/gcc/
H A Dedit-context.c91 edited_line *get_line (int line);
404 const edited_line *el = get_line (line); in get_effective_column()
420 edited_line *el = get_line (line_num); in print_content()
531 edited_line *el = get_line (line_num); in print_diff_hunk()
537 while (get_line (line_num)) in print_diff_hunk()
573 edited_line *el_in_run = get_line (line_num); in print_run_of_changed_lines()
592 edited_line *el_in_run = get_line (line_num); in print_run_of_changed_lines()
625 edited_line *el = get_line (old_line_num); in get_effective_line_count()
637 edited_file::get_line (int line) in get_line() function
648 edited_line *el = get_line (line); in get_or_insert_line()
/dragonfly/usr.bin/fmt/
H A Dfmt.c245 static wchar_t * get_line (FILE *, size_t *);
405 while ((line=get_line(stream,&length)) != NULL) { in process_stream()
603 while ((line=get_line(stream, &length)) != NULL) { in center_stream()
628 get_line(FILE *stream, size_t *lengthp) { in get_line() function
/dragonfly/usr.sbin/lpr/common_source/
H A Drmjob.c160 if (!get_line(fp)) { in lockchk()
195 while (get_line(cfp)) { in process()
246 while (get_line(cfp)) { in chk()
/dragonfly/usr.bin/gencat/
H A Dgencat.c107 static char *get_line(int);
232 get_line(int fd) function
335 cptr = get_line(fd);
395 while ((cptr = get_line(fd))) {
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_uu.c171 get_line(const unsigned char *b, ssize_t avail, ssize_t *nlsize) in get_line() function
217 len = get_line(*b, *avail, nl); in bid_get_line()
246 len = get_line(*b + tested, *avail - tested, nl); in bid_get_line()
480 len = get_line(b, avail_in - used, &nl); in uudecode_filter_read()
/dragonfly/games/cribbage/
H A Dio.c225 if (!(line = get_line())) in incard()
324 if (!(p = get_line()) || *p == '\0') { in number()
508 get_line(void) in get_line() function
H A Dcribbage.h69 char *get_line(void);
/dragonfly/contrib/byacc/
H A Dreader.c268 get_line(void) in get_line() function
383 get_line(); in next_inline()
403 get_line(); in next_inline()
622 get_line(); in copy_string()
671 get_line(); in copy_comment()
815 get_line(); in copy_text()
828 get_line(); in copy_text()
920 get_line(); in copy_union()
1304 get_line(); in get_literal()
2963 get_line(); in copy_action()
[all …]
/dragonfly/contrib/binutils-2.34/gas/
H A Dmacro.c112 size_t (*get_line) (sb *)) in buffer_and_nest()
118 size_t more = get_line (ptr); in buffer_and_nest()
240 more = get_line (ptr); in buffer_and_nest()
649 size_t (*get_line) (sb *), in define_macro()
668 if (! buffer_and_nest ("MACRO", "ENDM", &macro->sub, get_line)) in define_macro()
1312 expand_irp (int irpc, size_t idx, sb *in, sb *out, size_t (*get_line) (sb *)) in expand_irp()
1322 if (! buffer_and_nest (NULL, "ENDR", &sub, get_line)) in expand_irp()
/dragonfly/contrib/binutils-2.27/gas/
H A Dmacro.c112 size_t (*get_line) (sb *)) in buffer_and_nest()
118 size_t more = get_line (ptr); in buffer_and_nest()
241 more = get_line (ptr); in buffer_and_nest()
650 size_t (*get_line) (sb *), in define_macro()
669 if (! buffer_and_nest ("MACRO", "ENDM", &macro->sub, get_line)) in define_macro()
1313 expand_irp (int irpc, size_t idx, sb *in, sb *out, size_t (*get_line) (sb *)) in expand_irp()
1323 if (! buffer_and_nest (NULL, "ENDR", &sub, get_line)) in expand_irp()
/dragonfly/sbin/startslip/
H A Dstartslip.c95 static int get_line(char *, int, int, time_t);
381 if (get_line(buf, BUFSIZ, fd, fintimeout) == 0 || hup || terminate) in main()
498 get_line(char *buf, int size, int this_fd, time_t fintimeout) in get_line() function
/dragonfly/sys/kern/
H A Dvfs_conf.c99 static int get_line(char *cp, int limit);
544 if (get_line(name, 128) < 0) in vfs_mountroot_ask()
567 get_line(char *cp, int limit) in get_line() function
/dragonfly/libexec/ftpd/
H A Dextern.h45 int get_line(char *, int, FILE *);
/dragonfly/games/boggle/boggle/
H A Dextern.h67 char *get_line(char *);
/dragonfly/libexec/getty/
H A Dmain.c138 static char *get_line(int);
310 while ((cp = get_line(fd)) != NULL) { in main()
695 get_line(int fd) in get_line() function

123