Searched refs:hist_match (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ie/
H A Dhistory.h98 extern int hist_match(off_t,char*,int);
114 extern int hist_match();
H A Dhistory.c715 if((location.his_line=hist_match(offset,string,flag))>=0)
735 int hist_match(offset,string,flag) function
/ast/src/cmd/ksh93/include/
H A Dhistory.h67 extern int hist_match(History_t*,off_t, char*, int*);
/ast/src/cmd/ksh93/edit/
H A Dhistory.c992 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0)
1012 int hist_match(register History_t *hp,off_t offset,char *string,int *coffset) function
/ast/src/cmd/ksh93/sh/
H A Djobs.c1229 if(hist_match(shgd->hist_ptr,pw->p_name,cp,flag)>=0)

Completed in 20 milliseconds