HomeSort by relevance Sort by last modified time
    Searched refs:REC (Results 1 - 6 of 6) 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">
  /ndk/sources/host-tools/nawk-20071023/
awk.h 111 #define REC 0200 /* this is $0 */
190 #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 };
150 fldtab[0]->tval = REC | STR | DONTFREE;
407 int refldbld(const char *rec, const char *fs) /* build fields from reg expr in FS */
415 n = strlen(rec);
424 if (*rec == '\0')
427 dprintf( ("into refldbld, rec = <%s>, pat = <%s>\n", rec, fs) );
437 if (nematch(pfa, rec)) {
440 strncpy(fr, rec, patbeg-rec)
    [all...]
run.c 331 y->tval = x->tval & ~(CON|FLD|REC|DONTFREE); /* copy is not constant or field */
1090 if (x == y && !(x->tval & (FLD|REC))) /* self-assignment: */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
penwin.h     [all...]
  /external/libxml2/
Makefile.am     [all...]

Completed in 298 milliseconds