OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BACKWARD
(Results
1 - 16
of
16
) sorted by relevancy
/src/external/bsd/nvi/dist/vi/
v_undo.c
57
* forward, instead of
backward
. In historic vi, a 'u' following a
65
sp->ep->lundo =
BACKWARD
;
128
ep->lundo =
BACKWARD
;
130
ep->lundo = ep->lundo ==
BACKWARD
? FORWARD :
BACKWARD
;
133
case
BACKWARD
:
v_search.c
43
* Ex address search
backward
.
50
return (v_exaddr(sp, vp,
BACKWARD
));
94
if (v_tcmd(sp, vp, dir ==
BACKWARD
? CH_BSEARCH : CH_FSEARCH,
296
case
BACKWARD
:
300
dir =
BACKWARD
;
416
FL_ISSET(vp->ev.e_flags, VI_SEARCH_REV) ?
BACKWARD
: FORWARD));
441
case
BACKWARD
:
524
* and
backward
motions can happen for any kind of search command
536
*
BACKWARD
:
554
*
Backward
searches starting at column 0, and forward searches endin
[
all
...]
/src/external/bsd/nvi/dist/ex/
ex_undo.c
65
case
BACKWARD
:
73
ep->lundo =
BACKWARD
;
/src/external/bsd/nvi/dist/common/
common.h
76
typedef enum { NOTSET, FORWARD,
BACKWARD
} dir_t;
search.c
289
* Do a
backward
search.
304
if (search_init(sp,
BACKWARD
, ptrn, plen, eptrn, flags))
/src/external/gpl3/gdb.old/dist/gdb/
source.h
162
backward
) the range is then computed using get_lines_to_list. */
167
range extend forward, or
backward
. */
171
BACKWARD
176
direction is
backward
then the start is actually (STARTLINE -
/src/external/gpl3/gdb/dist/gdb/
source.h
162
backward
) the range is then computed using get_lines_to_list. */
167
range extend forward, or
backward
. */
171
BACKWARD
176
direction is
backward
then the start is actually (STARTLINE -
/src/lib/libc/citrus/modules/
citrus_mapper_646.c
151
/* whether
backward
*/
237
/*
backward
*/
238
#define
BACKWARD
(x) \
245
SPECIALS(
BACKWARD
);
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MustExecute.h
178
BACKWARD
= 0,
336
Visited.count({I, ExplorationDirection::
BACKWARD
});
512
/// Find the next join point from \p InitBB in
backward
direction.
/src/external/public-domain/tz/dist/
Makefile
175
# For
backward
-compatibility links and zones for old names, use
176
#
BACKWARD
=
backward
178
#
BACKWARD
=
180
BACKWARD
=
backward
183
# but only for entries listed in the
backward
-compatibility file zone.tab, use
657
TDATA_TO_CHECK= $(YDATA) $(NDATA)
backward
658
TDATA= $(YDATA) $(NDATA) $(
BACKWARD
)
687
backward
backzone
[
all
...]
/src/lib/libc/time/
Makefile
175
# For
backward
-compatibility links and zones for old names, use
176
#
BACKWARD
=
backward
178
#
BACKWARD
=
180
BACKWARD
=
backward
183
# but only for entries listed in the
backward
-compatibility file zone.tab, use
657
TDATA_TO_CHECK= $(YDATA) $(NDATA)
backward
658
TDATA= $(YDATA) $(NDATA) $(
BACKWARD
)
687
backward
backzone
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
MustExecute.cpp
642
LLVM_DEBUG(dbgs() << "\tFind
backward
join point for " << InitBB->getName()
818
Visited.insert({I, ExplorationDirection::
BACKWARD
});
833
if (Tail && Visited.insert({Tail, ExplorationDirection ::
BACKWARD
}).second)
/src/external/gpl3/gdb.old/dist/gdb/cli/
cli-cmds.c
779
backward
compatible way, so buildargv is not appropriate. */
1263
source_lines_range::
BACKWARD
);
1470
source_lines_range::
BACKWARD
);
/src/external/gpl3/gdb/dist/gdb/cli/
cli-cmds.c
780
backward
compatible way, so buildargv is not appropriate. */
1306
source_lines_range::
BACKWARD
);
1513
source_lines_range::
BACKWARD
);
/src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc
2630
enum { UNKNOWN,
BACKWARD
, FORWARD } jump_type = UNKNOWN;
2645
?
BACKWARD
2651
ret = ((jump_type ==
BACKWARD
) ? FRV_JUMP_LIKELY : FRV_JUMP_NOT_LIKELY);
2671
case
BACKWARD
: direction = "jump
backward
"; break;
/src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc
2628
enum { UNKNOWN,
BACKWARD
, FORWARD } jump_type = UNKNOWN;
2643
?
BACKWARD
2649
ret = ((jump_type ==
BACKWARD
) ? FRV_JUMP_LIKELY : FRV_JUMP_NOT_LIKELY);
2669
case
BACKWARD
: direction = "jump
backward
"; break;
Completed in 41 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026