Home
last modified time | relevance | path

Searched defs:histent (Results 1 – 14 of 14) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dcpdefs.h57 struct histent { struct
60 struct histent *hi_next; argument
61 struct histent *hi_prev; argument
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dcpdefs.h40 struct histent { struct
43 struct histent *hi_next; argument
44 struct histent *hi_prev; argument
/dports/math/concorde/concorde/TINY/
H A Dbnbmsp.c73 typedef struct histent { struct
78 } histent; argument
/dports/news/cnews/cnews-cr.g_18/relay/
H A Dhistory.c161 static char *histent = NULL; local
177 findfiles(histent) in findfiles() argument
H A Dcontrol.c93 register char *histent, *filelist; local
H A Dfileart.c552 register char *ngs = NULL, *site, *groups = NULL, *histent = NULL; local
/dports/news/cnews/cnews-cr.g_18/contrib/snntpd/
H A Dsnntpd.c287 char *histent = histlook(msgid); local
320 char *histent = histlook(msgid), *cp; local
/dports/math/gnuplot/gnuplot-5.4.1/src/
H A Dhistory.c284 free_history_entry(HIST_ENTRY *histent) in free_history_entry()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/
H A Dhistory.c284 free_history_entry(HIST_ENTRY *histent) in free_history_entry()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/
H A Dhistory.c282 free_history_entry(HIST_ENTRY *histent) in free_history_entry()
/dports/shells/bash/bash-5.1/
H A Dbashhist.c388 HIST_ENTRY **hlist, *histent; in bash_delete_last_history() local
/dports/shells/zsh/zsh-5.8.1/Src/
H A Dzsh.h2192 struct histent { struct
2193 struct hashnode node;
2195 Histent up; /* previous line (moving upward) */
2196 Histent down; /* next line (moving downward) */
2197 char *zle_text; /* the edited history line,
2202 time_t stim; /* command started time (datestamp) */
2203 time_t ftim; /* command finished time */
2204 short *words; /* Position of words in history */
2206 int nwords; /* Number of words in history line */
2207 zlong histnum; /* A sequential history number */
/dports/x11-fm/xfe/xfe-1.44/src/
H A DXFileExplorer.cpp2162 FXString histent; in create() local
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Daccmacvar.c3177 char const *histent){ in temporary_addhist_hook()