HomeSort by relevance Sort by last modified time
    Searched refs:REC (Results 1 - 7 of 7) sorted by null

  /external/libxml2/python/tests/
serialize.py 72 if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
78 if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
84 if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
96 if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
  /external/fonttools/Tests/svgLib/path/
path_test.py 14 "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
  /external/one-true-awk/
awk.h 117 #define REC 0200 /* this is $0 */
198 #define isrec(n) ((n)->tval & REC)
lib.c 48 int donefld; /* 1 = implies rec broken into fields */
55 static Cell dollar0 = { OCELL, CFLD, NULL, "", 0.0, REC|STR|DONTFREE };
155 fldtab[0]->tval = REC | STR | DONTFREE;
436 int refldbld(const char *rec, const char *fs) /* build fields from reg expr in FS */
444 n = strlen(rec);
453 if (*rec == '\0')
456 dprintf( ("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs) );
466 if (nematch(pfa, rec)) {
469 strncpy(fr, rec, patbeg-rec)
    [all...]
tran.c 577 { "REC", REC },
run.c 331 y->tval = x->tval & ~(CON|FLD|REC);
1134 if (x == y && !(x->tval & (FLD|REC)) && x != nfloc)
    [all...]
  /external/libxml2/
Makefile.am     [all...]

Completed in 1226 milliseconds