Searched refs:histline (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/tcsh/
H A Dsh.hist.c43 extern struct Strbuf histline;
989 np->histline = Strsave(histline.s);
991 np->histline = NULL;
998 np->histline = NULL;
1038 if (hp->histline)
1039 xfree(hp->histline);
1068 if (HistLit && hp->histline)
1069 xprintf("%S\n", hp->histline);
1192 if (HistLit && hp->histline)
[all...]
H A Dsh.lex.c125 struct Strbuf histline; /* = Strbuf_INIT; last line input */ variable in typeref:struct:Strbuf
127 int histvalid = 0; /* is histline valid */
154 histline.len = 0;
189 Strbuf_terminate(&histline);
190 if (histline.len != 0 && histline.s[histline.len - 1] == '\n')
191 histline.s[histline.len - 1] = '\0';
1528 Strbuf_append1(&histline,
[all...]
H A Ded.chared.c999 if (HistLit && hp->histline) {
1000 copyn(InputBuf, hp->histline, INBUFSIZE);/*FIXBUF*/
1729 if (hp->histline) {
1730 copyn(InputBuf, hp->histline, INBUFSIZE);/*FIXBUF*/
1886 if (hp->histline == NULL)
1887 hp->histline = sprlex(&hp->Hlex);
1889 hl = hp->histline;
1945 if (hp->histline == NULL)
1946 hp->histline = sprlex(&hp->Hlex);
1948 hl = hp->histline;
[all...]
H A Dsh.h1066 Char *histline; member in struct:Hist

Completed in 130 milliseconds