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

  /src/usr.bin/look/
look.c 80 #define GREATER 1
204 * If the string at "p" is not greater than the string to match,
236 if (compare(string, p, back) == GREATER)
268 case GREATER: /* Keep going. */
292 * Return LESS, GREATER, or EQUAL depending on how the string1 compares with
296 * o Matches up to len(s2) are GREATER.
321 return (*s1 < ch ? LESS : GREATER);
323 return (*s1 ? GREATER : EQUAL);
  /src/external/bsd/nvi/dist/ex/
ex_tag.c 1397 * If the string at "p" is not greater than the string to match,
1414 #define GREATER 1
1428 if (compare(string, p, back) == GREATER)
1460 case GREATER: /* Keep going. */
1469 * Return LESS, GREATER, or EQUAL depending on how the string1 compares
1473 * o Matches up to len(s2) are GREATER.
1487 return (*s1 < *s2 ? LESS : GREATER);
1488 return (*s1 ? GREATER : s2 < back &&
  /src/external/bsd/libpcap/dist/
grammar.y.in 376 %token NET NETMASK PORT PORTRANGE LESS GREATER PROTO PROTOCHAIN CBYTE
674 | GREATER NUM { CHECK_PTR_VAL(($$ = gen_greater(cstate, $2))); }
scanner.l 333 greater return GREATER;
  /src/external/gpl3/gcc/dist/libcpp/include/
cpplib.h 57 OP(GREATER, ">") /* compare */ \
293 would be no meaningful interpretation for a wchar_t value greater
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpplib.h 55 OP(GREATER, ">") /* compare */ \
285 would be no meaningful interpretation for a wchar_t value greater
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 496 greater than the dividend, the tentative quotient was too large. */
1893 | that the ratio of the fractions will be less than 2 but greater than 1/2.
2305 GREATER = 1
2388 movel IMM (GREATER),d0
3440 | that the ratio of the fractions will be less than 2 but greater than 1/2.
3741 GREATER = 1
3807 movel IMM (GREATER),d0
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 496 greater than the dividend, the tentative quotient was too large. */
1891 | that the ratio of the fractions will be less than 2 but greater than 1/2.
2304 GREATER = 1
2387 movel IMM (GREATER),d0
3439 | that the ratio of the fractions will be less than 2 but greater than 1/2.
3740 GREATER = 1
3806 movel IMM (GREATER),d0

Completed in 35 milliseconds