HomeSort by: relevance | last modified time | path
    Searched refs:LESS (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/look/
look.c 81 #define LESS (-1)
265 case LESS: /* No such string. */
292 * Return LESS, GREATER, or EQUAL depending on how the string1 compares with
321 return (*s1 < ch ? LESS : GREATER);
  /src/external/bsd/less/
less2netbsd 33 # less2netbsd: Prepare a less source tree for import into the NetBSD
37 # Rough instructions for importing new less release:
40 # $ tar xpfz /new/less/release/tar/file
41 # $ sh /usr/src/external/bsd/less/less2netbsd less-xyz `pwd`
42 # $ cd src/external/bsd/less/dist
43 # $ cvs -d cvs.netbsd.org:/cvsroot import src/external/bsd/less/dist \
44 # GREENWOODSOFTWARE LESS-xyz
47 # $ cd ../../../../../less-xyz
50 # $ cp defines.h /usr/src/external/bsd/less/includ
    [all...]
  /src/external/bsd/nvi/dist/ex/
ex_tag.c 389 "159|Less than %s entries on the tags stack; use :display t[ags]",
1415 #define LESS (-1)
1458 case LESS: /* No such string. */
1469 * Return LESS, GREATER, or EQUAL depending on how the string1 compares
1487 return (*s1 < *s2 ? LESS : GREATER);
1489 (*s2 != '\t' && *s2 != ' ') ? LESS : EQUAL);
  /src/external/bsd/libpcap/dist/
grammar.y.in 376 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
673 | LESS NUM { CHECK_PTR_VAL(($$ = gen_less(cstate, $2))); }
scanner.l 332 less return LESS;
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 58 OP(LESS, "<") \
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 56 OP(LESS, "<") \
  /src/external/bsd/ntp/dist/sntp/libevent/
CMakeLists.txt 683 if (_MSC_VER LESS 1300)
  /src/external/bsd/libevent/dist/
CMakeLists.txt 683 if (_MSC_VER LESS 1300)
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 1893 | that the ratio of the fractions will be less than 2 but greater than 1/2.
2140 | It could happen that the exponent is less than 1, in which case the
2148 cmpw IMM (1),d4 | if the exponent is less than 1 we
2150 cmpl IMM (1),d4 | if the exponent is less than 1 we
2306 LESS = -1
2399 movel IMM (LESS),d0
3440 | that the ratio of the fractions will be less than 2 but greater than 1/2.
3595 | It could happen that the exponent is less than 1, in which case the
3601 cmpw IMM (1),d2 | if the exponent is less than 1 we
3603 cmpl IMM (1),d2 | if the exponent is less than 1 we
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 1891 | that the ratio of the fractions will be less than 2 but greater than 1/2.
2139 | It could happen that the exponent is less than 1, in which case the
2147 cmpw IMM (1),d4 | if the exponent is less than 1 we
2149 cmpl IMM (1),d4 | if the exponent is less than 1 we
2305 LESS = -1
2398 movel IMM (LESS),d0
3439 | that the ratio of the fractions will be less than 2 but greater than 1/2.
3594 | It could happen that the exponent is less than 1, in which case the
3600 cmpw IMM (1),d2 | if the exponent is less than 1 we
3602 cmpl IMM (1),d2 | if the exponent is less than 1 we
    [all...]

Completed in 30 milliseconds