Home
last modified time | relevance | path

Searched defs:pline (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/
DgenChRanges.py328 pline = " " variable
333 pline = " " variable
355 pline = "#define %s_ch(c)" % f variable
363 pline = pline + just + "(" variable
389 pline = "#define %sQ(c)" % f variable
416 pline = "\\\n\t\t\t\t(" variable
443 pline = "static const xmlChSRange %s_srng[] = { " % f variable
449 pline = " " variable
455 pline = "static const xmlChLRange %s_lrng[] = { " % f variable
461 pline = " " variable
[all …]
DgenUnicode.py315 pline = "static const xmlChSRange xml%sS[] = {" % name variable
324 pline = "static const xmlChLRange xml%sL[] = {" % name variable
331 pline = " " variable
/external/toybox/toys/posix/
Dsed.c274 static void walk_pattern(char **pline, long plen) in walk_pattern()
653 static void do_lines(int fd, char *name, void (*call)(char **pline, long len)) in do_lines()
755 static void jewel_of_judgement(char **pline, long len) in jewel_of_judgement()