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

/freebsd-10.0-release/lib/libedit/
H A Dparse.h43 protected int parse_line(EditLine *, const char *);
H A Dparse.c73 /* parse_line():
77 parse_line(EditLine *el, const char *line) function
H A Del.c540 if (parse_line(el, ptr) == -1) {
H A Dcommon.c910 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1)
/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_csmapper.c186 parse_line(struct parse_arg *pa, struct _region *r) function
228 ret = parse_line(&padst, &data);
262 ret = parse_line(&pa, &data);
/freebsd-10.0-release/contrib/less/
H A Dlesskey.c741 parse_line(line) function
825 parse_line(line);
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c115 static int parse_line(struct archive_read *, struct archive_entry *,
1066 r = parse_line(a, entry, mtree, mentry, &parsed_kws);
1085 r1 = parse_line(a, entry, mtree, mp,
1274 parse_line(struct archive_read *a, struct archive_entry *entry, function
/freebsd-10.0-release/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);
345 parse_line(char *pline, int *fc, char **fv, int nf) function

Completed in 518 milliseconds