| /src/lib/libedit/ |
| H A D | parse.h | 43 libedit_private int parse_line(EditLine *, const wchar_t *);
|
| H A D | parse.c | 78 /* parse_line(): 82 parse_line(EditLine *el, const wchar_t *line) function in typeref:typename:libedit_private int
|
| H A D | el.c | 588 if ((error = parse_line(el, dptr)) == -1)
|
| H A D | common.c | 832 if (tmplen < 0 || (tmpbuf[tmplen] = 0, parse_line(el, tmpbuf)) == -1)
|
| /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 *)) 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 D | citrus_csmapper.c | 189 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 D | debug.c | 54 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 D | debug.c | 54 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 D | lcFile.c | 63 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 D | XlcDL.c | 112 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 D | makekeys.c | 64 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 D | crunchgen.c | 247 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
|