Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/lib/libedit/
H A Dparse.h44 protected int parse_line(EditLine *, const Char *);
H A Dparse.c84 parse_line(EditLine *el, const Char *line) in parse_line() function
H A Del.c567 if ((error = parse_line(el, dptr)) == -1) in el_source()
H A Dcommon.c919 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 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-12.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-12.1/contrib/dialog/
H A Drc.c338 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 Dlesskey.c748 parse_line(line) in parse_line() function
832 parse_line(line);
/freebsd-12.1/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c250 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 Darchive_read_support_format_mtree.c127 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 DChangeLog1364 (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 DChangeLog-91975209 Don't declare parse_line.
5216 * ldmain.c (main): Instead of calling parse_line, set up the
5221 (parse_line): Function removed.