Searched refs:hist_match (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libshell/common/include/ |
H A D | history.h | 67 extern int hist_match(History_t*,off_t, char*, int*);
|
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/ |
H A D | history.h | 76 extern __MANGLE__ int hist_match __PROTO__((History_t*,off_t, char*, int*));
|
/illumos-gate/usr/src/lib/libshell/i386/include/ast/ |
H A D | history.h | 76 extern __MANGLE__ int hist_match __PROTO__((History_t*,off_t, char*, int*));
|
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/ |
H A D | history.h | 76 extern __MANGLE__ int hist_match __PROTO__((History_t*,off_t, char*, int*));
|
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | history.h | 76 extern __MANGLE__ int hist_match __PROTO__((History_t*,off_t, char*, int*));
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 960 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0) 980 int hist_match(register History_t *hp,off_t offset,char *string,int *coffset) function
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | jobs.c | 1062 if(hist_match(sh.hist_ptr,pw->p_name,cp,flag)>=0)
|
Completed in 65 milliseconds