Home
last modified time | relevance | path

Searched refs:more_input (Results 1 – 18 of 18) sorted by relevance

/dports/games/dungeon/dungeon-3.2_1/
H A DGDT.C59 more_input(); in gdt_()
108 more_input(); in gdt_()
122 more_input(); in gdt_()
139 more_input(); in gdt_()
406 more_input(); in gdt_()
543 more_input(); in gdt_()
558 more_input(); in gdt_()
572 more_input(); in gdt_()
590 more_input(); in gdt_()
597 more_input(); in gdt_()
[all …]
H A DSUPP.C227 void more_input() in more_input() function
H A DDSO3.C179 more_input();
H A DNP.C39 more_input();
H A DFUNCS.H54 more_input P((void));
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dzlib-encoder.c37 if (!usr->more_space || !usr->more_input) { in zlib_encoder_create()
100 zlib->strm.avail_in = zlib->usr->more_input(zlib->usr, &zlib->strm.next_in); in zlib_encode()
H A Dzlib-encoder.h43 int (*more_input)(ZlibEncoderUsrContext *usr, uint8_t **input); member
H A Dimage-encoders.cpp451 enc->zlib_data.usr.more_input = zlib_usr_more_input; in image_encoders_init_zlib()
/dports/math/algae/algae-4.3.6/src/
H A Dscan.l110 char *prompt, *more_input; local
127 more_input = readline_fgets (buff, buffer_size, prompt);
135 more_input = fgets (buff, buffer_size, yyin);
140 more_input = FGETS (buff, buffer_size, yyin);
142 if (more_input)
H A Dscan.c578 char *prompt, *more_input; local
595 more_input = readline_fgets (buff, buffer_size, prompt);
603 more_input = fgets (buff, buffer_size, yyin);
608 more_input = FGETS (buff, buffer_size, yyin);
610 if (more_input)
/dports/math/p5-Math-Pari/pari-2.3.5/src/language/
H A Des.c55 if (F->more_input == 1) F->more_input = 0; in filtre0()
81 if (!F->more_input) F->more_input = 1; in filtre0()
109 if (!F->more_input) F->more_input = 1; in filtre0()
118 if (!F->more_input) F->more_input = 1; in filtre0()
136 F->more_input = 2; in filtre0()
142 F->more_input = 0; t--; in filtre0()
151 if (c == '=') F->more_input = 2; in filtre0()
152 else if (! F->wait_for_brace) F->more_input = 0; in filtre0()
165 T.s = s; T.in_string = 0; T.more_input = 0; in filtre()
333 F->more_input= 0; in input_loop()
[all …]
/dports/math/pari/pari-2.13.3/src/language/
H A Des.c98 if (F->more_input == 1) F->more_input = 0; in filtre0()
123 if (!F->more_input) F->more_input = 1; in filtre0()
150 if (!F->more_input) F->more_input = 1; in filtre0()
159 if (!F->more_input) F->more_input = 1; in filtre0()
171 F->more_input = 2; in filtre0()
177 F->more_input = 0; t--; in filtre0()
186 if (c == '=') { if (!in_help(F)) F->more_input = 2; } in filtre0()
187 else if (! F->wait_for_brace) F->more_input = 0; in filtre0()
204 T.in_string = 0; T.more_input = 0; in gp_filter()
493 F->more_input= 0; in input_loop()
[all …]
/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/common/
H A Dlwlibav_video.c800 int more_input = 0; in get_frame() local
813 more_input = 1; in get_frame()
818 more_input = 1; in get_frame()
819 if( more_input ) in get_frame()
/dports/devel/py-oletools/oletools-0.54.2/oletools/
H A Doleobj.py893 if options.more_input:
894 options.input += [options.more_input, ]
/dports/math/p5-Math-Pari/pari-2.3.5/src/headers/
H A Dparipriv.h444 int in_string, in_comment, more_input, wait_for_brace, downcase; member
/dports/math/pari/pari-2.13.3/src/headers/
H A Dparipriv.h446 int in_string, in_comment, more_input, wait_for_brace; member
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgeneval.c18240 static int more_input (const char *s) in more_input() function
18262 if (more_input(p->point)) { in parser_getc()
H A Dgeneval.c.try18343 static int more_input (const char *s)
18365 if (more_input(p->point)) {