Home
last modified time | relevance | path

Searched refs:getcc (Results 1 – 25 of 85) sorted by relevance

1234

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dps_tiny.c119 static int getcc(void) { in getcc() function
180 while (ISWSPACE(c,=getcc())) ;
253 c=getcc(); in gettok()
263 if ((c=getcc())=='/') { ret='>'; c=getcc(); } /* close tag */ in gettok()
285 if (getcc()!='>') goto err; in gettok()
312 while ((c=getcc())!=-1) { in gettok()
380 c=getcc(); in getotag()
408 c=getcc(); in getkey()
428 c=getcc(); in getval()
643 if ((c=getcc())=='<') { in copydata()
[all …]
H A Din_xpm.cpp105 int getcc();
121 int XPMTok::getcc() { in getcc() function in XPMTok
151 while ((i=getcc())==' ' || i=='\t') ; in getDimen()
154 while (USGE((i=getcc()),'0') && USGE('9',i)) { in getDimen()
170 i=getcc(); in read()
185 i=getcc(); in readInStr()
194 while ((i=getcc())==' ' || i=='\t') ; in getColor()
196 i=getcc(); in getColor()
200 while ((i=getcc())==' ' || i=='\t') ; in getColor()
205 i=getcc(); in getColor()
[all …]
/dports/vietnamese/vnless/vnless/
H A Dcommand.c218 getcc() in getcc() function
469 c = getcc(); in commands()
666 c = getcc(); in commands()
714 c = getcc(); in commands()
772 c = getcc(); in commands()
781 c = getcc(); in commands()
795 c = getcc(); in commands()
805 c = getcc(); in commands()
819 c = getcc(); in commands()
832 c = getcc(); in commands()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/kernel/
H A Dgetsetcc.S2 .globl getcc
3 .type getcc,#function
4 getcc: label
10 .size getcc,.-getcc
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/kernel/
H A Dgetsetcc.S2 .globl getcc
3 .type getcc,#function
4 getcc: label
10 .size getcc,.-getcc
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/kernel/
H A Dgetsetcc.S2 .globl getcc
3 .type getcc,#function
4 getcc: label
10 .size getcc,.-getcc
/dports/textproc/rnv/rnv-1.7.11/
H A Darx.c200 static void getcc(void) { in getcc() function
218 getcc(); in getid()
229 getcc(); in getq()
243 cc0=cc; getcc(); in getrng()
256 if(0<=cc&&cc<=' ') {getcc(); continue;} in getsym()
259 case '#': do getcc(); while(cc!='\n'&&cc!='\r'); getcc(); continue; in getsym()
264 getcc(); sym=SYM_LCUR; in getsym()
267 case '}': getcc(); sym=SYM_RCUR; return; in getsym()
268 case '!': getcc(); in getsym()
270 getcc(); sym=SYM_NMTC; in getsym()
[all …]
/dports/chinese/cless/cless-290/
H A Dcommand.c487 getcc() in getcc() function
690 c = getcc(); in commands()
990 c = getcc(); in commands()
1002 c = getcc(); in commands()
1067 c = getcc(); in commands()
1150 c = getcc(); in commands()
1158 c = getcc(); in commands()
1169 c = getcc(); in commands()
1178 c = getcc(); in commands()
1190 c = getcc(); in commands()
[all …]
/dports/devel/p5-IO-Stty/IO-Stty-0.04/lib/IO/
H A DStty.pm382 $control_chars{'INTR'}=$termios->getcc(VINTR);
383 $control_chars{'QUIT'}=$termios->getcc(VQUIT);
384 $control_chars{'ERASE'}=$termios->getcc(VERASE);
385 $control_chars{'KILL'}=$termios->getcc(VKILL);
386 $control_chars{'EOF'}=$termios->getcc(VEOF);
387 $control_chars{'TIME'}=$termios->getcc(VTIME);
388 $control_chars{'MIN'}=$termios->getcc(VMIN);
389 $control_chars{'START'}=$termios->getcc(VSTART);
390 $control_chars{'STOP'}=$termios->getcc(VSTOP);
391 $control_chars{'SUSP'}=$termios->getcc(VSUSP);
[all …]
/dports/sysutils/less/less-551/
H A Dcommand.c1162 c = getcc(); in commands()
1537 c = getcc(); in commands()
1549 c = getcc(); in commands()
1556 c = getcc(); in commands()
1802 c = getcc(); in commands()
1812 c = getcc(); in commands()
1820 c = getcc(); in commands()
1846 c = getcc(); in commands()
1858 c = getcc(); in commands()
1870 c = getcc(); in commands()
[all …]
H A Ddecode.c472 char ch = getcc();
492 int b = getcc() - X11MOUSE_OFFSET; in x11mouse_action()
493 int x = getcc() - X11MOUSE_OFFSET-1; in x11mouse_action()
494 int y = getcc() - X11MOUSE_OFFSET-1; in x11mouse_action()
938 c = getcc();
/dports/japanese/less/less-382.262.03.01/
H A Dcommand.c667 getcc() in getcc() function
895 c = getcc(); in commands()
1249 c = getcc(); in commands()
1261 c = getcc(); in commands()
1326 c = getcc(); in commands()
1489 c = getcc(); in commands()
1499 c = getcc(); in commands()
1507 c = getcc(); in commands()
1521 c = getcc(); in commands()
1535 c = getcc(); in commands()
[all …]
/dports/lang/perl5.30/perl-5.30.3/ext/POSIX/t/
H A Dtermios.t55 my $r = eval { $termios->getcc($i) };
60 my $r = eval { $termios->getcc($i) };
143 is($t->getcc($i), 0, "getcc($i)");
150 is($t->getcc($i), $c--, "getcc($i)");
156 is($t->getcc($i), $c--, "getcc($i)");
/dports/lang/perl5.32/perl-5.32.1/ext/POSIX/t/
H A Dtermios.t55 my $r = eval { $termios->getcc($i) };
60 my $r = eval { $termios->getcc($i) };
143 is($t->getcc($i), 0, "getcc($i)");
150 is($t->getcc($i), $c--, "getcc($i)");
156 is($t->getcc($i), $c--, "getcc($i)");
/dports/lang/perl5.34/perl-5.34.0/ext/POSIX/t/
H A Dtermios.t55 my $r = eval { $termios->getcc($i) };
60 my $r = eval { $termios->getcc($i) };
153 is($t->getcc($i), 0, "getcc($i)");
160 is($t->getcc($i), $c--, "getcc($i)");
166 is($t->getcc($i), $c--, "getcc($i)");
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/ext/POSIX/t/
H A Dtermios.t55 my $r = eval { $termios->getcc($i) };
60 my $r = eval { $termios->getcc($i) };
153 is($t->getcc($i), 0, "getcc($i)");
160 is($t->getcc($i), $c--, "getcc($i)");
166 is($t->getcc($i), $c--, "getcc($i)");
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/PEngine/
H A Dtexture.cpp159 switch (img.getcc()) { in load()
183 PImage newimage (newcx, newcy, img.getcc ()); in load()
229 int cc = img.getcc(); in load()
279 switch (img.getcc()) { in loadPiece()
301 PImage newimage (newcx, newcy, img.getcc ()); in loadPiece()
369 switch (img.getcc()) { in loadAlpha()
397 PImage newimage (newcx, newcy, img.getcc ()); in loadAlpha()
438 int cc = img.getcc(); in loadAlpha()
510 switch (img.getcc()) { in loadCubeMap()
532 PImage newimage (newcx, newcy, img.getcc ()); in loadCubeMap()
[all …]
/dports/games/trigger-rally/trigger-rally-0.6.6.1/src/include/
H A Drender.h139 int getcc() const { return cc; } in getcc() function
434 const std::size_t tb = img.getcx() * img.getcy() * img.getcc(); // Total Bytes in load()
436 for (auto pb = img.getData(); pb != img.getData() + tb; pb += img.getcc()) in load()
440 for (int i=0; i < img.getcc(); ++i) in load()
702 r.x = cmap.getByte((y * cmap.getcx() + x) * cmap.getcc() + 0) / 255.0f; in getCmapColor()
703 r.y = cmap.getByte((y * cmap.getcx() + x) * cmap.getcc() + 1) / 255.0f; in getCmapColor()
704 r.z = cmap.getByte((y * cmap.getcx() + x) * cmap.getcc() + 2) / 255.0f; in getCmapColor()
764 temp.r = tmap.getByte((y * tmap.getcx() + x) * tmap.getcc() + 0); in getRoadSurface()
765 temp.g = tmap.getByte((y * tmap.getcx() + x) * tmap.getcc() + 1); in getRoadSurface()
766 temp.b = tmap.getByte((y * tmap.getcx() + x) * tmap.getcc() + 2); in getRoadSurface()
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dkern_cctr.c118 cc_init(timecounter_get_t getcc, uint64_t freq, const char *name, int quality) in cc_init() argument
121 if (getcc != NULL) in cc_init()
122 cc_timecounter.tc_get_timecount = getcc; in cc_init()
/dports/textproc/p5-XML-Bare/XML-Bare-0.53/
H A DMakefile.PL29 my $cc = getcc(); function
89 sub getcc {
/dports/print/texlive-base/texlive-20150521-source/texk/ps2pk/
H A Dencoding.c31 static int getcc(char *name);
204 if ((i = getcc(name)) == -1) { in getenc()
210 i = getcc(name); in getenc()
290 static int getcc(char *name) in getcc() function
/dports/net/py-pypacker/pypacker-268e27c813545bf7995dd0a80abdb4da24d64722/pypacker/layer567/
H A Drtp.py58 def getcc(self): member in RTP
63 cc = property(getcc, setcc)
/dports/sysutils/44bsd-more/44bsd-more-20000521_1/
H A Dcommand.c81 static cmd_char(), cmd_erase(), getcc();
122 c = getcc();
249 getcc() in getcc() function
591 c = getcc(); in commands()
/dports/graphics/xpaint/xpaint-2.9.10.3/util/
H A Dpdfconcat.c498 while (ISWSPACE(c,=getcc())) ; in getotag()
500 while (ISWSPACE(c,=getcc())) ; in getotag()
503 c=getcc(); in getotag()
513 while (ISWSPACE(c,=getcc())) ; in gettagbeg()
519 while (ISWSPACE(c,=getcc())) ; in gettagend()
521 while (ISWSPACE(c,=getcc())) ; in gettagend()
528 while (ISWSPACE(c,=getcc())) ; in getkey()
531 c=getcc(); in getkey()
533 while (ISWSPACE(c,)) c=getcc(); in getkey()
542 while (ISWSPACE(c,=getcc())) ; in getval()
[all …]
/dports/misc/teseq/teseq-1.1.1/
H A Dreseq258 $orig_ccmin = $termios->getcc( VMIN );
259 $orig_cctime = $termios->getcc( VTIME );

1234