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

/macosx-10.10/tcsh-65/tcsh/
H A Dsh.hist.c40 extern struct Strbuf histline;
161 np->histline = Strsave(histline.s);
163 np->histline = NULL;
170 np->histline = NULL;
204 if (hp->histline)
205 xfree(hp->histline);
318 if (HistLit && hp->histline)
319 xprintf("%S\n", hp->histline);
351 if (HistLit && hp->histline)
[all...]
H A Dsh.lex.c126 struct Strbuf histline; /* = Strbuf_INIT; last line input */ variable in typeref:struct:Strbuf
128 int histvalid = 0; /* is histline valid */
155 histline.len = 0;
190 Strbuf_terminate(&histline);
191 if (histline.len != 0 && histline.s[histline.len - 1] == '\n')
192 histline.s[histline.len - 1] = '\0';
1515 Strbuf_append1(&histline,
[all...]
H A Ded.chared.c991 if (HistLit && hp->histline) {
992 copyn(InputBuf, hp->histline, INBUFSIZE);/*FIXBUF*/
1721 if (hp->histline) {
1722 copyn(InputBuf, hp->histline, INBUFSIZE);/*FIXBUF*/
1878 if (hp->histline == NULL)
1879 hp->histline = sprlex(&hp->Hlex);
1881 hl = hp->histline;
1937 if (hp->histline == NULL)
1938 hp->histline = sprlex(&hp->Hlex);
1940 hl = hp->histline;
[all...]
H A Dsh.h1041 Char *histline; member in struct:Hist
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_hist.c42 int histline; variable
75 Histent ent = quietgethist(histline);
224 if (!zle_goto_hist(histline, -zmult, nodups) && isset(HISTBEEP))
410 Histent he = quietgethist(histline);
425 if (!zle_goto_hist(histline, zmult, nodups) && isset(HISTBEEP))
432 * srch_hl remembers the old value of histline, to see if it's changed
463 if (histline == curhist || histline != srch_hl || zlecs != srch_cs ||
479 if (!(he = quietgethist(histline)))
492 srch_hl = histline;
[all...]
H A Dzle_vi.c152 int mult1 = zmult, hist1 = histline;
197 if (histline != hist1 || zlell != lastll || memcmp(zleline, lastline, zlell)) {
198 histline = hist1;
H A Dzle_move.c819 vimarkline[ch] = histline;
829 int oldline = histline;
H A Dzle_main.c1192 histline = curhist;
1221 histline = stackhist;
1347 int atcurhist = histline == curhist;
1351 histline = curhist;
1956 histline = va_arg(ap, zlong);
H A Dzle_utils.c1476 ch->hist = histline;
1557 if(ch->hist != histline) {
1597 if(ch->hist != histline) {
H A Dzle_params.c459 return histline;
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dfc.c88 #define histline(i) (hlist[(i)]->line) macro
325 fprintf (stream, "%s\n", histline (i));
452 if (STREQN (command, histline (j), clen))
473 return (savestring (histline (i)));
H A Dhistory.c194 #define histline(i) (hlist[(i)]->line) macro
254 histline(i));

Completed in 203 milliseconds