Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c109 static void hist_marker(char*,long);
518 hist_marker(locbuff,hist_new->histind); in hist_trim()
736 hist_marker(buff,hp->histind); in hist_eof()
868 hist_marker(bufptr,hp->histind); in hist_write()
889 static void hist_marker(register char *buff,register long cmdno) in hist_marker() function