| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | gen-pass-instances.awk | 54 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 D | gen-pass-instances.awk | 54 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 D | rcorder.c | 154 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 D | parse.c | 29 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 D | parsegrammar.py | 108 def parse_line(filein): function 143 for line, comment in parse_line(filein):
|
| /netbsd-src/lib/libc/citrus/ |
| 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()
|
| /netbsd-src/lib/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 | 588 if ((error = parse_line(el, dptr)) == -1) in el_source()
|
| H A D | common.c | 832 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 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,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/ |
| H A D | demangle_tree.py | 21 def parse_line(line): function 65 mangled, demangled = parse_line(line)
|
| /netbsd-src/external/bsd/less/dist/ |
| H A D | lesskey_parse.c | 589 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 D | crunchgen.c | 247 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 D | ChangeLog-9197 | 5209 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 D | ChangeLog-9197 | 5209 Don't declare parse_line. 5216 * ldmain.c (main): Instead of calling parse_line, set up the 5221 (parse_line): Function removed.
|