2013-09-23 08:55:59 -04:00
|
|
|
#ifndef __ISEARCH_H__
|
|
|
|
#define __ISEARCH_H__
|
|
|
|
|
|
|
|
#define ISRCH 1 /* Incremental searches like ITS EMACS */
|
|
|
|
|
|
|
|
#if ISRCH
|
2013-05-20 01:16:08 -04:00
|
|
|
int risearch( int f, int n) ;
|
|
|
|
int fisearch( int f, int n) ;
|
2013-09-23 08:55:59 -04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|