Home
last modified time | relevance | path

Searched refs:PCMD (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/math/fxt/fxt/scripts/
H A Dmkcompl.sh25 PCMD='while(<STDIN>) { /^\/\// || /jjkeep/ || s/double/Complex/g; s/realconvolution.h/complexconvol…
26 perl -we "$PCMD" < $NAME >> $CNAME
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/mscp/
H A Dmscp.c96 #define PCMD PSWP /* priority for command packet waits */ macro
122 (void) tsleep(&mi->mi_wantcredits, PCMD, "mscpwcrd", 0); in mscp_getcp()
132 (void) tsleep(&mi->mi_wantcmd, PCMD, "mscpwcmd", 0); in mscp_getcp()
/dports/devel/9base/9base-6/rc/
H A Dsyn.y3 %term SIMPLE ARGLIST WORDS BRACE PAREN PCMD PIPEFD /* not used in syntax */
35 paren: '(' body ')' {$$=tree1(PCMD, $2);}
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/rc/
H A Dsyn.y3 %term SIMPLE ARGLIST WORDS BRACE PAREN PCMD PIPEFD /* not used in syntax */
35 paren: '(' body ')' {$$=tree1(PCMD, $2);}
H A Dpcmd.c53 case PCMD: in pcmd()
186 case PCMD: in pcmdu()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dtabjdbc.h154 PCMD MakeCMD(PGLOBAL g);
157 PCMD Cmdlist; // The commands to execute
H A Dtabmysql.h199 PCMD MakeCMD(PGLOBAL g);
202 PCMD Cmdlist; // The commands to execute
H A Dtabodbc.h166 PCMD MakeCMD(PGLOBAL g);
169 PCMD Cmdlist; // The commands to execute
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dtabjdbc.h154 PCMD MakeCMD(PGLOBAL g);
157 PCMD Cmdlist; // The commands to execute
H A Dtabodbc.h166 PCMD MakeCMD(PGLOBAL g);
169 PCMD Cmdlist; // The commands to execute
H A Dtabmysql.h199 PCMD MakeCMD(PGLOBAL g);
202 PCMD Cmdlist; // The commands to execute
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dtabjdbc.h154 PCMD MakeCMD(PGLOBAL g);
157 PCMD Cmdlist; // The commands to execute
H A Dtabodbc.h166 PCMD MakeCMD(PGLOBAL g);
169 PCMD Cmdlist; // The commands to execute
H A Dtabmysql.h199 PCMD MakeCMD(PGLOBAL g);
202 PCMD Cmdlist; // The commands to execute
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dtabjdbc.h154 PCMD MakeCMD(PGLOBAL g);
157 PCMD Cmdlist; // The commands to execute
H A Dtabodbc.h166 PCMD MakeCMD(PGLOBAL g);
169 PCMD Cmdlist; // The commands to execute
H A Dtabmysql.h199 PCMD MakeCMD(PGLOBAL g);
202 PCMD Cmdlist; // The commands to execute
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dtabjdbc.h154 PCMD MakeCMD(PGLOBAL g);
157 PCMD Cmdlist; // The commands to execute
H A Dtabmysql.h199 PCMD MakeCMD(PGLOBAL g);
202 PCMD Cmdlist; // The commands to execute
H A Dtabodbc.h166 PCMD MakeCMD(PGLOBAL g);
169 PCMD Cmdlist; // The commands to execute
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dtabjdbc.h154 PCMD MakeCMD(PGLOBAL g);
157 PCMD Cmdlist; // The commands to execute
H A Dtabmysql.h199 PCMD MakeCMD(PGLOBAL g);
202 PCMD Cmdlist; // The commands to execute
H A Dtabodbc.h166 PCMD MakeCMD(PGLOBAL g);
169 PCMD Cmdlist; // The commands to execute
/dports/textproc/minised/minised-1.15/
H A Dsed.h32 #define PCMD 0x0F /* p -- print pattern space to output */ macro
/dports/audio/schismtracker/schismtracker-20211116/include/
H A Dsndfile.h309 #define RS_PCM16D SF(PCMD,16,M,LE)
315 #define RS_PCM8D SF(PCMD,8,M,LE)
327 #define RS_STPCM16D SF(PCMD,16,SS,LE)
331 #define RS_STPCM8D SF(PCMD,8,SS,LE)

1234567