| /freebsd-12.1/lib/libc/iconv/ |
| H A D | citrus_csmapper.c | 189 parse_line(struct parse_arg *pa, struct _region *r) in parse_line() function 231 ret = parse_line(&padst, &data); in find_dst() 265 ret = parse_line(&pa, &data); in find_best_pivot_lookup()
|
| /freebsd-12.1/lib/libedit/ |
| H A D | parse.h | 44 protected int parse_line(EditLine *, const Char *);
|
| H A D | parse.c | 84 parse_line(EditLine *el, const Char *line) in parse_line() function
|
| H A D | el.c | 567 if ((error = parse_line(el, dptr)) == -1) in el_source()
|
| H A D | common.c | 919 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1) in ed_command()
|
| /freebsd-12.1/contrib/ntp/sntp/ag-tpl/0-old/ |
| H A D | Mdoc.pm | 457 ($n_macro, @n_args) = parse_line(undef, sub { push @ret, shift }); 481 sub parse_line { subroutine
|
| H A D | mdoc2man | 183 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
|
| H A D | mdoc2texi | 150 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line,
|
| /freebsd-12.1/contrib/ntp/sntp/ag-tpl/ |
| H A D | Mdoc.pm | 484 ($n_macro, @n_args) = parse_line(undef, sub { push @ret, shift }); 508 sub parse_line { subroutine
|
| H A D | mdoc2man | 209 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
|
| /freebsd-12.1/contrib/dialog/ |
| H A D | rc.c | 338 parse_line(char *line, char **var, char **value) in parse_line() function 547 parse = parse_line(str, &var, &value); /* parse current line */ in dlg_parse_rc()
|
| /freebsd-12.1/contrib/less/ |
| H A D | lesskey.c | 748 parse_line(line) in parse_line() function 832 parse_line(line);
|
| /freebsd-12.1/usr.sbin/crunch/crunchgen/ |
| H A D | crunchgen.c | 250 void parse_line(char *pline, int *fc, char **fv, int nf); 299 parse_line(line, &fieldc, fieldv, MAXFIELDS); in parse_one_file() 345 parse_line(char *pline, int *fc, char **fv, int nf) in parse_line() function
|
| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_mtree.c | 127 static int parse_line(struct archive_read *, struct archive_entry *, 1171 r = parse_line(a, entry, mtree, mentry, &parsed_kws); in parse_file() 1191 r1 = parse_line(a, entry, mtree, mp, &parsed_kws); in parse_file() 1385 parse_line(struct archive_read *a, struct archive_entry *entry, in parse_line() function
|
| /freebsd-12.1/contrib/gperf/ |
| H A D | ChangeLog | 1364 (Input::parse_line): New declaration. 1366 (Input::parse_line): Renamed from parse_line. Use the _factory. 1388 * src/input.cc (parse_line): Create the KeywordExt separately. 1430 Key_List::strcspn, Key_List::set_output_types, parse_line): Move to 1701 (parse_line): New function. 1702 (Key_List::read_keys): Call parse_line instead of new List_Node.
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ChangeLog-9197 | 5209 Don't declare parse_line. 5216 * ldmain.c (main): Instead of calling parse_line, set up the 5221 (parse_line): Function removed.
|