Searched refs:hist_word (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/ie/
H A Dhistory.h101 extern char *hist_word(char*,int);
117 extern char *hist_word();
H A Demacs.c888 ptr = hist_word(buf,(count?count:-1));
H A Dhistory.c849 char *hist_word(s1,word) function
H A Dvi.c2306 p = (genchar*)hist_word(tmpbuf,repeat);
/ast/src/cmd/ksh93/include/
H A Dhistory.h70 extern char *hist_word(char*, int, int);
/ast/src/cmd/ksh93/edit/
H A Dhistory.c1099 char *hist_word(char *string,int size,int word) function
H A Demacs.c942 ptr = hist_word(buf,MAXLINE,(count?count:-1));
H A Dvi.c2478 p = (genchar*)hist_word((char*)tmpbuf,MAXLINE,vp->repeat);

Completed in 32 milliseconds