Home
last modified time | relevance | path

Searched refs:hist_word (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dhistory.h70 extern char *hist_word(char*, int, int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c1099 char *hist_word(char *string,int size,int word) in hist_word() function
H A Demacs.c946 ptr = hist_word(buf,MAXLINE,(count?count:-1)); in escape()
H A Dvi.c2486 p = (genchar*)hist_word((char*)tmpbuf,MAXLINE,vp->repeat); in textmod()