Searched refs:hist_match (Results 1 - 5 of 5) sorted by relevance
/ast/src/cmd/ie/ |
H A D | history.h | 98 extern int hist_match(off_t,char*,int); 114 extern int hist_match();
|
H A D | history.c | 715 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 D | history.h | 67 extern int hist_match(History_t*,off_t, char*, int*);
|
/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 992 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 D | jobs.c | 1229 if(hist_match(shgd->hist_ptr,pw->p_name,cp,flag)>=0)
|
Completed in 20 milliseconds