Home
last modified time | relevance | path

Searched refs:getop (Results 1 – 25 of 154) sorted by relevance

1234567

/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dgetop.pl5 $HELP{getop} = "
46 my %getop = ();
79 unless ($getop{$tag}{$channel}) {
84 unless ($getop{$tag}{$channel}) {
205 delete $getop{$tag}{$channel};
207 unless (keys %{$getop{$tag}}) {
209 delete $getop{$tag};
234 unless (keys %getop) {
238 for my $ircnet (keys %getop) {
348 for my $ircnet (keys %getop) {
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/TableGen/
H A Dgetsetop.td24 Base getopWithCast = !getop<Base>(orig);
27 dag getopToSetop = !setop(another, !getop(orig));
30 dag getopToBangDag = !dag(!getop(orig), [1, 2, 3], ["a", "b", "c"]);
33 dag getopToDagInit = (!getop(orig) "it worked");
36 // !getop(...) has a static type of 'any record at all, with no
42 Base noCast = !getop(orig);
50 // ERROR2: error: Expected type 'Base', got 'OtherBase' in: !getop((qux "hello", ?:$world))
51 Base badCast = !getop<Base>(another);
55 // Obviously, you shouldn't be able to give any type to !getop that
58 // ERROR3: error: type for !getop must be a record type
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/TableGen/
H A Dgetsetop.td24 Base getopWithCast = !getop<Base>(orig);
27 dag getopToSetop = !setop(another, !getop(orig));
30 dag getopToBangDag = !dag(!getop(orig), [1, 2, 3], ["a", "b", "c"]);
33 dag getopToDagInit = (!getop(orig) "it worked");
36 // !getop(...) has a static type of 'any record at all, with no
42 Base noCast = !getop(orig);
50 // ERROR2: error: Expected type 'Base', got 'OtherBase' in: !getop((qux "hello", ?:$world))
51 Base badCast = !getop<Base>(another);
55 // Obviously, you shouldn't be able to give any type to !getop that
58 // ERROR3: error: type for !getop must be a record type
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/TableGen/
H A Dgetsetop.td24 Base getopWithCast = !getop<Base>(orig);
27 dag getopToSetop = !setop(another, !getop(orig));
30 dag getopToBangDag = !dag(!getop(orig), [1, 2, 3], ["a", "b", "c"]);
33 dag getopToDagInit = (!getop(orig) "it worked");
36 // !getop(...) has a static type of 'any record at all, with no
42 Base noCast = !getop(orig);
50 // ERROR2: error: Expected type 'Base', got 'OtherBase' in: !getop((qux "hello", ?:$world))
51 Base badCast = !getop<Base>(another);
55 // Obviously, you shouldn't be able to give any type to !getop that
58 // ERROR3: error: type for !getop must be a record type
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/TableGen/
H A Dgetsetop.td24 Base getopWithCast = !getop<Base>(orig);
27 dag getopToSetop = !setop(another, !getop(orig));
30 dag getopToBangDag = !dag(!getop(orig), [1, 2, 3], ["a", "b", "c"]);
33 dag getopToDagInit = (!getop(orig) "it worked");
36 // !getop(...) has a static type of 'any record at all, with no
42 Base noCast = !getop(orig);
50 // ERROR2: error: Expected type 'Base', got 'OtherBase' in: !getop((qux "hello", ?:$world))
51 Base badCast = !getop<Base>(another);
55 // Obviously, you shouldn't be able to give any type to !getop that
58 // ERROR3: error: type for !getop must be a record type
[all …]
/dports/shells/bash/bash-5.1/tests/
H A Dgetopts5.sub16 getop () {
21 echo getop: OPTERR=$OPTERR
35 echo getop: OPTIND=$OPTIND
59 getop "$@" -d -e
H A Dgetopts.right37 getop: OPTERR=1
45 getop: OPTIND=5
/dports/lang/fpc-source/fpc-3.2.2/tests/test/cg/
H A Dtin.pp256 function getop : tbigenum;
258 getop := A_BFSET;
277 if not (getop in [A_BFSET,A_MOVE,A_TRAP,A_CMP,A_CMPI,A_FADD,A_LABEL,A_ASL,A_ADDX]) then
309 if not (getop in [A_BFSET,A_MOVE,A_ASL..A_BCC]) then
314 if not (getop in [A_BFSET,A_MOVE]) then
319 if getop in [] then
324 if not (getop in [A_ABCD..A_NONE]) then
331 if not (getop in [A_BFSET,A_MOVE,A_ASL..A_BCC]) then
335 if not (getop in [A_BFSET,A_MOVE]) then
/dports/shells/ksh93/ast-93u/src/cmd/std/
H A Dsplit.c176 getop(struct op** prev, Sfoff_t size, size_t repeat, int flags, int re) in getop() function
206 if (op = getop(prev, 0, 1, *cp == '/' ? OP_SEARCH : OP_SKIP, 1)) in getexpr()
600 op = getop(op ? &op->next : &top, size, 1, OP_ABSOLUTE, 0); in main()
604 op = getop(op ? &op->next : &top, SF_UNBOUND, 1, OP_LINES, 0); in main()
611 getop(&top, size, SF_UNBOUND, OP_LINES, 0); in main()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/std/
H A Dsplit.c176 getop(struct op** prev, Sfoff_t size, size_t repeat, int flags, int re) in getop() function
206 if (op = getop(prev, 0, 1, *cp == '/' ? OP_SEARCH : OP_SKIP, 1)) in getexpr()
600 op = getop(op ? &op->next : &top, size, 1, OP_ABSOLUTE, 0); in main()
604 op = getop(op ? &op->next : &top, SF_UNBOUND, 1, OP_LINES, 0); in main()
611 getop(&top, size, SF_UNBOUND, OP_LINES, 0); in main()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/std/
H A Dsplit.c179 getop(struct op** prev, Sfoff_t size, size_t repeat, int flags, int re) in getop() function
209 if (op = getop(prev, 0, 1, *cp == '/' ? OP_SEARCH : OP_SKIP, 1)) in getexpr()
603 op = getop(op ? &op->next : &top, size, 1, OP_ABSOLUTE, 0); in main()
607 op = getop(op ? &op->next : &top, SF_UNBOUND, 1, OP_LINES, 0); in main()
614 getop(&top, size, SF_UNBOUND, OP_LINES, 0); in main()
/dports/games/pmars-sdl/pmars-0.9.2-5/src/
H A Deval.c84 char *getop(char *expr, char *op);
90 char *getop();
189 getop(expr, oper) in getop() function
310 expr = getop(expr, &oper2);
/dports/games/pmars/pmars-0.9.2/src/
H A Deval.c84 char *getop(char *expr, char *op);
90 char *getop();
189 getop(expr, oper) in getop() function
310 expr = getop(expr, &oper2);
/dports/sysutils/R-cran-fs/fs/src/windows/
H A Dgetmode.cc43 goto getop; in getmode__()
47 getop: in getmode__()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dsort.c195 int getop = 0; /* GET operation counter */ in sortCommandGeneric() local
253 getop++; in sortCommandGeneric()
504 outputlen = getop ? getop*(end-start+1) : end-start+1; in sortCommandGeneric()
514 if (!getop) addReplyBulk(c,vector[j].obj); in sortCommandGeneric()
542 if (!getop) { in sortCommandGeneric()
/dports/databases/redis6/redis-6.0.16/src/
H A Dsort.c198 int getop = 0; /* GET operation counter */ in sortCommand() local
256 getop++; in sortCommand()
510 outputlen = getop ? getop*(end-start+1) : end-start+1; in sortCommand()
520 if (!getop) addReplyBulk(c,vector[j].obj); in sortCommand()
548 if (!getop) { in sortCommand()
/dports/databases/redis5/redis-5.0.14/src/
H A Dsort.c195 int getop = 0; /* GET operation counter */ in sortCommand() local
271 getop++; in sortCommand()
503 outputlen = getop ? getop*(end-start+1) : end-start+1; in sortCommand()
513 if (!getop) addReplyBulk(c,vector[j].obj); in sortCommand()
541 if (!getop) { in sortCommand()
/dports/shells/dash/dash-0.5.11.5/src/bltin/
H A Dtest.c170 static const struct t_op *getop(const char *s) in getop() function
210 op = getop(argv[1]); in testcmd()
448 op = getop(s); in t_lex()
469 op = getop(s); in isoperand()
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dsetmode.c234 goto getop; in setmode()
238 getop: if ((op = *p++) != '+' && op != '-' && op != '=') { in setmode()
322 goto getop; in setmode()
/dports/sysutils/R-cran-fs/fs/src/bsd/
H A Dsetmode.c253 goto getop; in setmode()
257 getop: if ((op = *p++) != '+' && op != '-' && op != '=') { in setmode()
340 goto getop; in setmode()
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dsetmode.c274 goto getop;
278 getop: if ((op = *p++) != '+' && op != '-' && op != '=') {
361 goto getop;
/dports/devel/kBuild/kBuild-0.1.9998/src/kash/
H A Dsetmode.c245 goto getop; in kash_setmode()
249 getop: if ((op = *p++) != '+' && op != '-' && op != '=') { in kash_setmode()
332 goto getop; in kash_setmode()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gen/
H A Dsetmode.c258 goto getop; in setmode()
262 getop: if ((op = *p++) != '+' && op != '-' && op != '=') { in setmode()
345 goto getop; in setmode()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/TableGen/
H A Dgetsetop.td6 // !setop and !getop are deprecated in favor of !setdagop and !getdagop.
27 Base getopWithCast = !getop<Base>(orig);
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/TableGen/
H A Dgetsetop.td6 // !setop and !getop are deprecated in favor of !setdagop and !getdagop.
27 Base getopWithCast = !getop<Base>(orig);

1234567