Searched refs:interesting (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c879 may trigger a translation action, hence are 'interesting' */
880 char interesting[256];
943 memset(b->interesting, FALSE, sizeof(b->interesting));
945 b->interesting['$'] = TRUE;
948 b->interesting['\r'] = TRUE;
949 b->interesting['\n'] = TRUE;
980 * In that case, the second byte will be interesting
983 return !b->interesting[(unsigned char)buf[1]] || buf[0] == buf[1];
1014 const char *interesting
876 char interesting[256]; member in struct:translation_baton
1010 const char *interesting = b->interesting; local
[all...]
/freebsd-10.2-release/gnu/usr.bin/rcs/lib/
H A Drcsfnms.c598 int interesting, preferold; local
607 interesting = finptr || errno!=ENOENT;
608 if (interesting || !preferold) {
613 return interesting;
/freebsd-10.2-release/contrib/ncurses/
H A DMakefile.os2243 # the install-prefix. That means we cannot provide "interesting" options
/freebsd-10.2-release/contrib/bmake/mk/
H A Dmeta.subdir.mk68 # dirdeps.mk will compute some interesting combinations.
H A Dmeta2deps.py34 that we have reached the interesting bit.
394 interesting = 'CEFLRV'
398 if not line[0] in interesting:
412 interesting += 'W'
/freebsd-10.2-release/contrib/groff/src/devices/grops/
H A Dpsrm.cpp1011 int interesting = 0; local
1047 interesting = 1;
1065 if (!outfp && !in_header && !interesting)
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql579 For every interesting index this contains a number of rows where the
937 never will. It's not interesting like in the NODES table: the external's
/freebsd-10.2-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex534 won't pick up more interesting errors later on. There is a

Completed in 136 milliseconds