Home
last modified time | relevance | path

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

/netbsd-src/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-src/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-src/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 *)) in parse_line() function
466 parse_line(node, buf + require_flag, add_require); in crunch_file()
468 parse_line(node, buf + provide_flag, add_provide); in crunch_file()
470 parse_line(node, buf + before_flag, add_before); in crunch_file()
472 parse_line(node, buf + keyword_flag, add_keyword); in crunch_file()
/netbsd-src/external/bsd/openldap/dist/libraries/librewrite/
H A Dparse.c29 parse_line( in parse_line() function
106 switch ( parse_line( argv, &argc, sizeof( argv ) - 1, buf ) ) { in rewrite_read()
/netbsd-src/external/mpl/bind/dist/doc/misc/
H A Dparsegrammar.py108 def parse_line(filein): function
143 for line, comment in parse_line(filein):
/netbsd-src/lib/libc/citrus/
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()
/netbsd-src/lib/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.c588 if ((error = parse_line(el, dptr)) == -1) in el_source()
H A Dcommon.c832 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1) in ed_command()
/netbsd-src/external/bsd/ntp/dist/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,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Ddemangle_tree.py21 def parse_line(line): function
65 mangled, demangled = parse_line(line)
/netbsd-src/external/bsd/less/dist/
H A Dlesskey_parse.c589 static void parse_line(char *line, struct lesskey_tables *tables) in parse_line() function
649 parse_line(line, tables); in parse_lesskey()
/netbsd-src/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); in parse_one_file()
328 parse_line(char *pline, int *fc, char **fv, int nf) in parse_line() function
/netbsd-src/external/gpl3/binutils.old/dist/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.
/netbsd-src/external/gpl3/binutils/dist/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.