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

/src/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 in typeref:typename:libedit_private int
H A Del.c588 if ((error = parse_line(el, dptr)) == -1)
H A Dcommon.c832 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1)
/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 *)) function in typeref:typename:void
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);
/src/lib/libc/citrus/
H A Dcitrus_csmapper.c189 parse_line(struct parse_arg *pa, struct _region *r) function in typeref:typename:int
231 ret = parse_line(&padst, &data);
265 ret = parse_line(&pa, &data);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/
H A Ddebug.c54 static int parse_line (char *s, int *ps, int *n);
261 cmd = parse_line(s, ps, &ntok);
333 static int parse_line (char *s, int *ps, int *n) function in typeref:typename:int
/xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/
H A Ddebug.c54 static int parse_line(char *s, int *ps, int *n);
275 cmd = parse_line(s, ps, &ntok);
353 parse_line(char *s, int *ps, int *n) function in typeref:typename:int
/xsrc/external/mit/libX11/dist/src/xlibi18n/
H A DlcFile.c63 parse_line( function in typeref:typename:int
92 /* this is parse_line but skips drive letters at the beginning of the entry */
139 n = parse_line(path, argv, argsize);
336 n = parse_line(p, args, 2); /* get first 2 fields */
H A DXlcDL.c112 parse_line(char *line, char **argv, int argsize) function in typeref:typename:int
205 n = parse_line(p, args, 6);
/xsrc/external/mit/libX11/dist/src/util/
H A Dmakekeys.c64 parse_line(const char *buf, char *key, KeySym *val, char *prefix) function in typeref:typename:int
143 if (!parse_line(buf, key, &val, prefix))
/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);
328 parse_line(char *pline, int *fc, char **fv, int nf) function in typeref:typename:void

Completed in 14 milliseconds