Searched refs:parse_line (Results 1 - 17 of 17) sorted by relevance

/netbsd-current/lib/libedit/
H A Dparse.h43 libedit_private int parse_line(EditLine *, const wchar_t *);
H A Dparse.c78 /* parse_line():
82 parse_line(EditLine *el, const wchar_t *line) function
H A Del.c589 if ((error = parse_line(el, dptr)) == -1)
H A Dcommon.c831 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1)
/netbsd-current/external/bsd/openldap/dist/libraries/librewrite/
H A Dparse.c29 parse_line( function
106 switch ( parse_line( argv, &argc, sizeof( argv ) - 1, buf ) ) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgen-pass-instances.awk54 function parse_line(line, fnname, len_of_call, len_of_start, function
105 parse_line($0, fnname);
181 ret = parse_line($0, "NEXT_PASS");
200 ret = parse_line(lines[i], "NEXT_PASS");
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgen-pass-instances.awk54 function parse_line(line, fnname, len_of_call, len_of_start, function
105 parse_line($0, fnname);
181 ret = parse_line($0, "NEXT_PASS");
200 ret = parse_line(lines[i], "NEXT_PASS");
/netbsd-current/external/mpl/bind/dist/doc/misc/
H A Dparsegrammar.py108 def parse_line(filein): function
143 for line, comment in parse_line(filein):
/netbsd-current/sbin/rcorder/
H A Drcorder.c154 void parse_line(filenode *, char *, void (*)(filenode *, char *));
392 parse_line(filenode *node, char *buffer, void (*add_func)(filenode *, char *)) function
466 parse_line(node, buf + require_flag, add_require);
468 parse_line(node, buf + provide_flag, add_provide);
470 parse_line(node, buf + before_flag, add_before);
472 parse_line(node, buf + keyword_flag, add_keyword);
/netbsd-current/lib/libc/citrus/
H A Dcitrus_csmapper.c189 parse_line(struct parse_arg *pa, struct _region *r) function
231 ret = parse_line(&padst, &data);
265 ret = parse_line(&pa, &data);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A Ddemangle_tree.py21 def parse_line(line): function
65 mangled, demangled = parse_line(line)
/netbsd-current/external/bsd/ntp/dist/sntp/ag-tpl/0-old/
H A DMdoc.pm53 =item parse_line( INPUT, OUTPUT_CODE, PREPROCESS_CODE )
457 ($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,
/netbsd-current/external/bsd/less/dist/
H A Dlesskey_parse.c589 static void parse_line(char *line, struct lesskey_tables *tables) function
649 parse_line(line, tables);
/netbsd-current/usr.bin/crunch/crunchgen/
H A Dcrunchgen.c247 static void parse_line(char *line, int *fc, char **fv, int nf);
295 parse_line(line, &fieldc, fieldv, MAXFIELDS);
328 parse_line(char *pline, int *fc, char **fv, int nf) function
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_format_mtree.c127 static int parse_line(struct archive_read *, struct archive_entry *,
1192 r = parse_line(a, entry, mtree, mentry, &parsed_kws);
1212 r1 = parse_line(a, entry, mtree, mp, &parsed_kws);
1420 parse_line(struct archive_read *a, struct archive_entry *entry, function

Completed in 298 milliseconds