Home
last modified time | relevance | path

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

/dports/www/edbrowse/edbrowse-3.7.7/src/
H A Dbuffers.c1979 g.pg_ok = pluginsOn; in readFile()
2084 pluginsOn && (g.code == 200 || g.code == 201) && in readFile()
2096 !pluginsOn && in readFile()
4697 pluginsOn ^= 1; in twoLetter()
4699 i_puts(pluginsOn + MSG_PluginsOff); in twoLetter()
4704 pluginsOn = (line[2] == '+'); in twoLetter()
4706 i_puts(pluginsOn + MSG_PluginsOff); in twoLetter()
6159 if (pluginsOn && gmt) { in runCommand()
6536 save_pg = pluginsOn; in runCommand()
6538 pluginsOn = false; in runCommand()
[all …]
H A Deb.h339 extern bool pluginsOn; /* plugins are active */
H A Djseng-duk.c497 bool save_plug = pluginsOn; in forceFrameExpand()
500 pluginsOn = false; in forceFrameExpand()
507 pluginsOn = save_plug; in forceFrameExpand()
H A Dhttp.c19 bool pluginsOn = true; variable