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

/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))

Completed in 9 milliseconds