Home
last modified time | relevance | path

Searched refs:hist_match (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/include/
H A Dhistory.h67 extern int hist_match(History_t*,off_t, char*, int*);
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dhistory.h76 extern __MANGLE__ int hist_match __PROTO__((History_t*,off_t, char*, int*));
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dhistory.h76 extern __MANGLE__ int hist_match __PROTO__((History_t*,off_t, char*, int*));
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dhistory.h76 extern __MANGLE__ int hist_match __PROTO__((History_t*,off_t, char*, int*));
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dhistory.h76 extern __MANGLE__ int hist_match __PROTO__((History_t*,off_t, char*, int*));
/titanic_44/usr/src/lib/libshell/common/edit/
H A Dhistory.c960 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0) in hist_find()
980 int hist_match(register History_t *hp,off_t offset,char *string,int *coffset) in hist_match() function
/titanic_44/usr/src/lib/libshell/common/sh/
H A Djobs.c1062 if(hist_match(sh.hist_ptr,pw->p_name,cp,flag)>=0) in job_byname()