Home
last modified time | relevance | path

Searched refs:add_blank (Results 1 – 23 of 23) sorted by relevance

/dports/japanese/rogue_s/rogue_s/
H A Dmessage.c94 get_input_line(prompt, insert, buf, if_cancelled, add_blank, do_echo) in get_input_line() argument
96 boolean add_blank, do_echo;
101 buf, if_cancelled, add_blank, do_echo, 0);
112 do_input_line(is_msg, row,col, prompt, insert, buf, if_cancelled, add_blank, do_echo, first_ch) in do_input_line() argument
116 boolean add_blank, do_echo;
216 if (add_blank)
241 if (add_blank) {
252 if ((ch == CANCEL) || (i == 0) || ((i == 1) && add_blank)) {
H A Dinit.c584 env_get_value(s, e, add_blank, no_colon) in env_get_value() argument
586 boolean add_blank, no_colon;
613 if (!(*s = md_malloc(i + (add_blank ? 2 : 1)))) {
617 if (add_blank) {
/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/latex2man/
H A Dlatex2man1195 my $add_blank = 1; # if true, add a blank after the word
1254 /^$/ && do {$add_blank = 0;
1333 $add_blank = 0;
1343 $add_blank = 0;
1352 $add_blank = 0;
1400 $add_blank = 0;
1427 Print " " if ($nesting == 0 && $add_blank);
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/stlplus/subsystems/
H A Dini_manager.cpp219 bool add_blank(unsigned line) in add_blank() function in stlplus::ini_section
350 section->add_blank(line_number); in read_file()
539 bool add_blank(const std::string& section) in add_blank() function in stlplus::ini_file
544 if (found->add_blank(0)) in add_blank()
993 bool add_blank(const std::string& section, unsigned depth) in add_blank() function in stlplus::ini_manager_body
995 return m_files[depth].add_blank(section); in add_blank()
1222 bool ini_manager::add_blank(const std::string& section, unsigned depth) in add_blank() function in stlplus::ini_manager
1224 return m_body->add_blank(section, depth); in add_blank()
H A Dini_manager.hpp183 bool add_blank(const std::string& section, unsigned depth = 0);
H A Dlibrary_manager.cpp1793 m_ini_files->add_blank(m_ini_section); in save_mappings()
/dports/textproc/p5-XML-Rewrite/XML-Rewrite-0.10/lib/XML/
H A DRewrite.pm222 my $add_blank
231 if $add_blank;
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DODYNARR.h85 void add_blank(int);
/dports/www/e107/e107/e107_handlers/
H A Dmailout_admin_class.php752 * @param boolean $add_blank - add a blank line before the options if TRUE
756 public function ret_extended_field_list($list_name, $curval = '', $add_blank = FALSE) argument
763 if($add_blank)
/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DODYNARRB.cpp443 add_blank(1); // it's a DynArrayB function in read_ptr_array()
H A DODYNARR.cpp290 void DynArray::add_blank(int blankNum) in add_blank() function in DynArray
H A DOGFILE3.cpp157 add_blank(1); // it's a DynArrayB function in read_file()
631 add_blank(1); // it's a DynArrayB function in read_file()
966 add_blank(1); // it's a DynArrayB function in read_file()
1182 add_blank(1); // it's a DynArrayB function in read_file()
1416 add_blank(1); // it's a DynArrayB function in read_file()
2080 add_blank(1); // it's a DynArrayB function in read_file()
/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/tests/
H A Dtest_diff.py194 hc.add_blank(after=-2)
195 hc.add_blank(after=-2)
221 hc_header.add_blank(after=-2)
H A Dtest_header.py209 header.add_blank(4)
219 header.add_blank(0, after='A')
/dports/science/py-pymol/pymol-open-source-2.4.0/modules/pymol/
H A D_gui.py243 ('command', str(i) + ' second', lambda i=i: cmd.movie.add_blank(i))
H A Dmovie.py274 def add_blank(duration=12.0,start=0,_self=cmd): function
/dports/www/p5-Apache-Admin-Config/Apache-Admin-Config-0.95/
H A DChanges145 * New methods : add, select, add_comment, comment, add_blank and
/dports/audio/etktab/eTktab-3.2/
H A DeTktab210 blanktab_before {add_blank -history -redraw}
211 blanktab_after {add_blank -advance -history -redraw}
4296 proc add_blank {args} {
4375 add_blank
4380 add_blank -advance
4604 add_blank
4627 add_blank -advance
4710 add_blank
4719 add_blank -advance
/dports/www/p5-Apache-Admin-Config/Apache-Admin-Config-0.95/lib/Apache/Admin/
H A DConfig.pm959 sub add_blank subroutine
/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/
H A Dheader.py1618 def add_blank(self, value='', before=None, after=None): member in Header
/dports/astro/py-astropy/astropy-5.0/docs/io/fits/appendix/
H A Dhistory.rst3132 This affects (fixes) add_history(), add_comment(), and add_blank().
3145 add_comment(), and add_blank().
3169 add_blank.
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DGridText.c4328 BOOL add_blank = (dont_wrap_pre in HText_appendCharacter() local
4340 if (add_blank) in HText_appendCharacter()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DGridText.c4274 BOOL add_blank = (dont_wrap_pre in HText_appendCharacter() local
4286 if (add_blank) in HText_appendCharacter()