Searched refs:hist_word (Results 1 – 8 of 8) sorted by relevance
/titanic_44/usr/src/lib/libshell/common/include/ |
H A D | history.h | 70 extern char *hist_word(char*, int, int);
|
/titanic_44/usr/src/lib/libshell/amd64/include/ast/ |
H A D | history.h | 79 extern __MANGLE__ char *hist_word __PROTO__((char*, int, int));
|
/titanic_44/usr/src/lib/libshell/i386/include/ast/ |
H A D | history.h | 79 extern __MANGLE__ char *hist_word __PROTO__((char*, int, int));
|
/titanic_44/usr/src/lib/libshell/sparc/include/ast/ |
H A D | history.h | 79 extern __MANGLE__ char *hist_word __PROTO__((char*, int, int));
|
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/ |
H A D | history.h | 79 extern __MANGLE__ char *hist_word __PROTO__((char*, int, int));
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 1067 char *hist_word(char *string,int size,int word) in hist_word() function
|
H A D | emacs.c | 912 ptr = hist_word(buf,MAXLINE,(count?count:-1)); in escape()
|
H A D | vi.c | 2388 p = (genchar*)hist_word((char*)tmpbuf,MAXLINE,vp->repeat); in textmod()
|