Home
last modified time | relevance | path

Searched refs:isearch (Results 1 – 14 of 14) sorted by relevance

/openbsd/src/gnu/lib/libreadline/shlib/
DMakefile.in109 $(topdir)/complete.c $(topdir)/bind.c $(topdir)/isearch.c \
129 rltty.so complete.so bind.so isearch.so display.so signals.so \
232 isearch.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
233 isearch.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
234 isearch.so: $(topdir)/rltypedefs.h
235 isearch.so: $(topdir)/ansi_stdlib.h $(topdir)/history.h $(topdir)/tilde.h
316 isearch.so: $(topdir)/rlprivate.h
341 isearch.so: $(topdir)/xmalloc.h
363 isearch.o: $(topdir)/rlmbutil.h
378 isearch.so: $(topdir)/isearch.c
[all …]
/openbsd/src/gnu/lib/libreadline/
DMakefile.in92 $(srcdir)/complete.c $(srcdir)/bind.c $(srcdir)/isearch.c \
112 rltty.o complete.o bind.o isearch.o display.o signals.o \
321 isearch.o: rldefs.h ${BUILD_DIR}/config.h rlconf.h
322 isearch.o: readline.h keymaps.h rltypedefs.h chardefs.h tilde.h
323 isearch.o: ansi_stdlib.h history.h rlstdc.h
399 isearch.o: rlprivate.h
424 isearch.o: xmalloc.h
446 isearch.o: rlmbutil.h
461 isearch.o: $(srcdir)/isearch.c
495 isearch.o: isearch.c
DMakefile5 bind.c isearch.c display.c signals.c util.c kill.c undo.c macro.c \
DMANIFEST49 isearch.c f
DCHANGES541 m. A new bindable variable, `isearch-terminators', which is a string
/openbsd/src/usr.bin/mg/
Dsearch.c37 static int isearch(int);
137 return (isearch(SRCH_FORW)); in forwisearch()
151 return (isearch(SRCH_BACK)); in backisearch()
167 isearch(int dir) in isearch() function
/openbsd/src/usr.sbin/snmpd/
Dmib.y1696 struct item *item = NULL, isearch; in mib_string2oid() local
1735 if (strlcpy(isearch.name, descriptor, sizeof(isearch.name)) >= in mib_string2oid()
1736 sizeof(isearch.name)) in mib_string2oid()
1740 item = RB_FIND(itemscs, &m->itemscs, &isearch); in mib_string2oid()
1742 item = RB_FIND(itemsci, &m->itemsci, &isearch); in mib_string2oid()
1744 item = RB_FIND(itemsgci, &itemsci, &isearch); in mib_string2oid()
2144 struct item *item, isearch; in mib_resolve_module() local
2165 strlcpy(isearch.name, symbol->name, in mib_resolve_module()
2166 sizeof(isearch.name)); in mib_resolve_module()
2168 &import->module->itemscs, &isearch); in mib_resolve_module()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/noncompile/
D19990826-4.f420 nstar = isearch( pseud2d, nfast, nslow , clinfo)
/openbsd/src/gnu/usr.bin/texinfo/doc/
Duserdoc.texi461 @item @code{C-s} (@code{isearch-forward})
463 @findex isearch-forward
467 @item @code{C-r} (@code{isearch-backward})
469 @findex isearch-backward
Dinfo-stnd.texi970 @item @key{C-s} (@code{isearch-forward})
972 @findex isearch-forward
978 @item @key{C-r} (@code{isearch-backward})
980 @findex isearch-backward
Dtexinfo.txi11504 @@deffn @{Interactive Command@} isearch-forward
11673 @@deffn @{Interactive Command@} isearch-forward
11674 @@deffnx @{Interactive Command@} isearch-backward
11683 @deffn {Interactive Command} isearch-forward
11684 @deffnx {Interactive Command} isearch-backward
/openbsd/src/gnu/lib/libreadline/doc/
Drluser.texinfo296 The characters present in the value of the @code{isearch-terminators} variable
481 @item isearch-terminators
482 @vindex isearch-terminators
/openbsd/src/gnu/usr.bin/texinfo/
DNEWS193 . arrow keys once again work in isearch contexts under Solaris.
DChangeLog.462661 _before_ isearch command keys -- makes a difference if the
2662 isearch commands are bound to printable chars.
3302 exiting isearch. Suggested by Hrvoje Niksic <hniksic@iskon.hr>.