Home
last modified time | relevance | path

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

/dports/mail/alpine/alpine-465e23b/pith/
H A Dhist.c97 if(!savethis) in get_prev_hist()
98 savethis = ""; in get_prev_hist()
106 if(strlen(history->hist[history->origindex]->str) < (l=strlen(savethis))) in get_prev_hist()
109 strncpy(history->hist[history->origindex]->str, savethis, l+1); in get_prev_hist()
113 history->hist[history->origindex]->str = cpystr(savethis); in get_prev_hist()
145 save_hist(HISTORY_S *history, char *savethis, unsigned saveflags, void *cntxt) in save_hist() argument
160 if(savethis && savethis[0] in save_hist()
162 || strcmp(history->hist[history->origindex]->str, savethis) in save_hist()
166 && !strcmp(history->hist[plusone]->str, savethis) in save_hist()
173 strncpy(history->hist[history->origindex]->str, savethis, l+1); in save_hist()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pith/
H A Dhist.c97 if(!savethis) in get_prev_hist()
98 savethis = ""; in get_prev_hist()
106 if(strlen(history->hist[history->origindex]->str) < (l=strlen(savethis))) in get_prev_hist()
109 strncpy(history->hist[history->origindex]->str, savethis, l+1); in get_prev_hist()
113 history->hist[history->origindex]->str = cpystr(savethis); in get_prev_hist()
145 save_hist(HISTORY_S *history, char *savethis, unsigned saveflags, void *cntxt) in save_hist() argument
160 if(savethis && savethis[0] in save_hist()
162 || strcmp(history->hist[history->origindex]->str, savethis) in save_hist()
166 && !strcmp(history->hist[plusone]->str, savethis) in save_hist()
173 strncpy(history->hist[history->origindex]->str, savethis, l+1); in save_hist()
[all …]
/dports/www/p5-HTML-Template-JIT/HTML-Template-JIT-0.05/t/templates/
H A Dchunky.tmpl6 …o this article and return to it at www.savethis.com] [Save a link to this article and return to it…
47 …o this article and return to it at www.savethis.com] [Save a link to this article and return to it…
100 …o this article and return to it at www.savethis.com] [Save a link to this article and return to it…
141 …o this article and return to it at www.savethis.com] [Save a link to this article and return to it…
194 …o this article and return to it at www.savethis.com] [Save a link to this article and return to it…
235 …o this article and return to it at www.savethis.com] [Save a link to this article and return to it…
288 …o this article and return to it at www.savethis.com] [Save a link to this article and return to it…
329 …o this article and return to it at www.savethis.com] [Save a link to this article and return to it…
382 …o this article and return to it at www.savethis.com] [Save a link to this article and return to it…
423 …o this article and return to it at www.savethis.com] [Save a link to this article and return to it…
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/gnome1/src/zvt/
H A Dvt.inc66 savethis : Pvt_line;
/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degparallel.c3821 int halobulkelems,halobcs,savethis,fail=0,cdstat,immersed,halocopies,anyparthalo; in SaveElmerInputPartitioned() local