| /freebsd-13.1/contrib/libedit/ |
| H A D | parse.h | 43 libedit_private int parse_line(EditLine *, const wchar_t *);
|
| H A D | parse.c | 82 parse_line(EditLine *el, const wchar_t *line) in parse_line() function
|
| H A D | el.c | 576 if ((error = parse_line(el, dptr)) == -1) in el_source()
|
| H A D | common.c | 831 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1) in ed_command()
|
| /freebsd-13.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-13.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-13.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-13.1/sys/contrib/openzfs/cmd/dbufstat/ |
| H A D | dbufstat.in | 373 def parse_line(line, labels): 412 d[pool][objset][key] = parse_line(line, labels) 516 vals = parse_line(line.split(), labels)
|
| /freebsd-13.1/contrib/less/ |
| H A D | lesskey_parse.c | 514 parse_line(line, tables) in parse_line() function 576 parse_line(line, tables);
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | rc.c | 335 parse_line(char *line, char **var, char **value) in parse_line() function 544 parse = parse_line(str, &var, &value); /* parse current line */ in dlg_parse_rc()
|
| /freebsd-13.1/usr.sbin/crunch/crunchgen/ |
| H A D | crunchgen.c | 256 void parse_line(char *pline, int *fc, char **fv, int nf); 305 parse_line(line, &fieldc, fieldv, MAXFIELDS); in parse_one_file() 351 parse_line(char *pline, int *fc, char **fv, int nf) in parse_line() function
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_mtree.c | 128 static int parse_line(struct archive_read *, struct archive_entry *, 1191 r = parse_line(a, entry, mtree, mentry, &parsed_kws); in parse_file() 1211 r1 = parse_line(a, entry, mtree, mp, &parsed_kws); in parse_file() 1405 parse_line(struct archive_read *a, struct archive_entry *entry, in parse_line() function
|