Searched refs:hist_match (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | history.h | 67 extern int hist_match(History_t*,off_t, char*, int*);
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/ |
H A D | history.c | 992 if((location.hist_line=hist_match(hp,offset,string,coffset))>=0) in hist_find() 1012 int hist_match(register History_t *hp,off_t offset,char *string,int *coffset) in hist_match() function
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | jobs.c | 1284 if(hist_match(shgd->hist_ptr,pw->p_name,cp,flag)>=0) in job_byname()
|