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

  /src/external/bsd/less/dist/
position.h 20 #define MIDDLE (-3)
position.c 51 case MIDDLE:
prompt.c 451 case 'm': *wp = MIDDLE; break;
  /src/external/gpl2/groff/dist/src/preproc/soelim/
soelim.cpp 173 enum { START, MIDDLE, HAD_DOT, HAD_s, HAD_so, HAD_l, HAD_lf } state = START;
189 state = MIDDLE;
192 case MIDDLE:
212 state = MIDDLE;
227 state = MIDDLE;
244 state = MIDDLE;
259 state = MIDDLE;
277 state = MIDDLE;
300 case MIDDLE:
  /src/distrib/utils/more/
less.h 53 #define MIDDLE (-3)
position.c 82 case MIDDLE:
command.c 594 if (dolinenumber && (c = currline(MIDDLE)))
  /src/external/gpl2/groff/dist/src/preproc/pic/
main.cpp 319 enum { START, MIDDLE, HAD_DOT, HAD_P, HAD_PS, HAD_l, HAD_lf } state = START;
335 state = MIDDLE;
338 case MIDDLE:
358 state = MIDDLE;
373 state = MIDDLE;
385 state = MIDDLE;
400 state = MIDDLE;
422 state = MIDDLE;
432 case MIDDLE:
  /src/external/gpl2/groff/dist/src/preproc/tbl/
main.cpp 35 enum { START, MIDDLE,
103 state = MIDDLE;
115 state = MIDDLE;
124 case MIDDLE:
156 state = MIDDLE;
162 state = MIDDLE;
174 state = MIDDLE;
188 enum { START, MIDDLE, HAD_DOT, HAD_T, HAD_TS, HAD_l, HAD_lf } state;
200 state = MIDDLE;
204 case MIDDLE
    [all...]
  /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/external/gpl2/groff/dist/src/utils/indxbib/
indxbib.cpp 468 BOL, // in the middle of a reference, at the beginning of the line
472 KEY, // in the middle of a key
474 MIDDLE // in between keys
479 // MIDDLE space_count must be 0.
524 state = MIDDLE;
531 state = MIDDLE;
554 state = MIDDLE;
563 state = MIDDLE;
607 state = MIDDLE;
617 state = MIDDLE;
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/refer/
refer.cpp 1118 START, MIDDLE, BODY, BODY_START, BODY_BLANK, BODY_DOT
1136 state = MIDDLE;
1138 case MIDDLE:
1179 state = MIDDLE;
1195 case 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 39 milliseconds