Home
last modified time | relevance | path

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

/dports/net-p2p/ncdc/ncdc-1.22.1/src/
H A Dui_textinput.c148 gboolean usehist; member
161 ui_textinput_t *ui_textinput_create(gboolean usehist, void (*complete)(char *, char **)) { in ui_textinput_create() argument
164 ti->usehist = usehist; in ui_textinput_create()
236 if(ti->usehist) { in ui_textinput_reset()
427 if(ti->usehist) in ui_textinput_key()
/dports/graphics/pgplot/pgplot/pgdispd/
H A Dglobals.h71 int usehist; /* True if we should use histogram equalization */ variable
120 extern int usehist;
H A Dproccom.c1075 usehist=0;
1079 imagescale(usehist, useramp);
1090 usehist = 1; useramp = 0;
1091 imagescale( usehist, useramp );
/dports/games/mahjong/mj-1.16-src/
H A Dcontroller.c167 static int usehist = 1; /* if we keep history to allow resumption */ variable
254 usehist = 0; in main()
1123 if ( ! usehist ) { in handle_pmsg()
2494 if ( usehist && logit && the_game->active ) { in _send_id()