Home
last modified time | relevance | path

Searched refs:parse_line (Results 1 – 15 of 15) sorted by relevance

/freebsd-13.1/contrib/libedit/
H A Dparse.h43 libedit_private int parse_line(EditLine *, const wchar_t *);
H A Dparse.c82 parse_line(EditLine *el, const wchar_t *line) in parse_line() function
H A Del.c576 if ((error = parse_line(el, dptr)) == -1) in el_source()
H A Dcommon.c831 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1) in ed_command()
/freebsd-13.1/lib/libc/iconv/
H A Dcitrus_csmapper.c189 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 DMdoc.pm484 ($n_macro, @n_args) = parse_line(undef, sub { push @ret, shift });
508 sub parse_line { subroutine
H A Dmdoc2man209 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
/freebsd-13.1/contrib/ntp/sntp/ag-tpl/0-old/
H A DMdoc.pm457 ($n_macro, @n_args) = parse_line(undef, sub { push @ret, shift });
481 sub parse_line { subroutine
H A Dmdoc2man183 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line)) {
H A Dmdoc2texi150 while (my ($macro, @args) = Mdoc::parse_line(\*STDIN, \&print_line,
/freebsd-13.1/sys/contrib/openzfs/cmd/dbufstat/
H A Ddbufstat.in373 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 Dlesskey_parse.c514 parse_line(line, tables) in parse_line() function
576 parse_line(line, tables);
/freebsd-13.1/contrib/dialog/
H A Drc.c335 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 Dcrunchgen.c256 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 Darchive_read_support_format_mtree.c128 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