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

  /src/distrib/utils/more/
less.h 53 #define MIDDLE (-3)
position.c 82 case MIDDLE:
command.c 594 if (dolinenumber && (c = currline(MIDDLE)))
  /src/usr.bin/tip/
value.c 42 #define MIDDLE 35
203 if (col > 0 && col < MIDDLE)
204 while (col++ < MIDDLE)
242 if (col >= MIDDLE) {
  /src/usr.bin/make/unit-tests/
directive-include-guard.mk 177 # In general, a variable name can contain a '!' in the middle, as that
181 CASES+= variable-name-exclamation-middle
182 LINES.variable-name-exclamation-middle= \
183 '.ifndef VARIABLE_NAME!MIDDLE' \
184 'VARIABLE_NAME!MIDDLE=' \
186 # expect: Parse_PushInput: variable-name-exclamation-middle.tmp:1
187 # expect: Parse_PushInput: variable-name-exclamation-middle.tmp:1
570 # the beginning or in the middle of a target name. Escaping it as '${:U!}'

Completed in 13 milliseconds