Home
last modified time | relevance | path

Searched refs:cmdid (Results 1 – 25 of 340) sorted by last modified time

12345678910>>...14

/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Ddstate.c456 char *cmdid = NULL; in sock_arg() local
462 cmdid = arg[3]; in sock_arg()
465 cmdid = arg[4]; in sock_arg()
471 if (cmdid) in sock_arg()
472 upsdebugx(3, "%s: TRACKING = %s", __func__, cmdid); in sock_arg()
479 if (cmdid) in sock_arg()
480 send_tracking(conn, cmdid, ret); in sock_arg()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfont.c5156 item_info->cmdid = CMDID_CHANGEALLSELFONTSIZE;
5158 stMenuInfo.items[numFontSizes].cmdid = INVALID;
5393 item_info->cmdid = CMDID_CHANGEALLSELFONT;
5395 stMenuInfo.items[numFonts].cmdid = INVALID;
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dimap.c1766 imapc->cmdid = (imapc->cmdid + 1) % 1000; in imap_sendf()
1770 'A' + curlx_sltosi(conn->connection_id % 26), imapc->cmdid); in imap_sendf()
H A Dimap.h76 int cmdid; /* Last used command ID */ member
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/wx/
H A Dguiinit.cpp2283 int cmdid = accels[i].GetCommand(); in CheckKey() local
2286 if (cmdid == cmdtab[cmd].cmd_id) in CheckKey()
2324 int cmdid; in add_menu_accels() local
2326 for (cmdid = 0; cmdid < ncmds; cmdid++) in add_menu_accels()
2327 if (cmdtab[cmdid].cmd_id == i) in add_menu_accels()
2330 TreeInt* val = new TreeInt(cmdid); in add_menu_accels()
2342 int cmdid; in add_menu_accels() local
2344 for (cmdid = 0; cmdid < ncmds; cmdid++) in add_menu_accels()
2345 if (cmdtab[cmdid].cmd_id == mid) in add_menu_accels()
2348 if (cmdid == ncmds) in add_menu_accels()
[all …]
/dports/devel/libsmpp34/libsmpp34-1.10/src/
H A Dsmpp34_dumpPdu.c241 uint32_t cmdid; in smpp34_dumpPdu2() local
242 memcpy(&cmdid, tt+4, sizeof(uint32_t)); in smpp34_dumpPdu2()
243 return( smpp34_dumpPdu(cmdid, dest, size_dest, tt) ); in smpp34_dumpPdu2()
H A Dsmpp34_unpack.c250 uint32_t cmdid; in smpp34_unpack2() local
253 cmdid = ntohl( tempo ); in smpp34_unpack2()
254 return( smpp34_unpack(cmdid, tt, ptrBuf, ptrLen) ); in smpp34_unpack2()
H A Dsmpp34_pack.c231 uint32_t cmdid; in smpp34_pack2() local
232 memcpy(&cmdid, tt+4, sizeof(uint32_t)); in smpp34_pack2()
233 return( smpp34_pack(cmdid, ptrBuf, ptrSize, ptrLen, tt) ); in smpp34_pack2()
/dports/devel/rcs57/rcs-5.7/src/
H A Drcsrev.c853 char const cmdid[] = "revtest"; variable
H A Drcskeep.c439 char const cmdid[] ="keeptest"; variable
H A Drcsfnms.c1076 char const cmdid[] = "pair"; variable
H A Drcsbase.h412 …Copyright 1990,1991,1992,1993,1994,1995 Paul Eggert", baseid[] = RCSBASE, cmdid[] = c; libId(n,i) …
444 extern char const cmdid[];
H A Dident.c173 VOID fprintf(stderr, "%s error: ", cmdid);
218 VOID fprintf(stderr, "%s warning: no id keywords in %s\n", cmdid, name);
/dports/devel/geany-plugin-lua/geany-plugins-1.38/geanylua/util/
H A Dmkiface.lua87 cmdid=line:gsub("^.*=([0-9]+)%(.*", "%1")
88 cmdname=get_cmd_name(cmdid)
/dports/devel/sedsed/sedsed-1.0_1/
H A Dsedsed-1.01108 cmdid = possiblecmd[0] # get 1st char(sed cmd)
1110 if cmdid == '\\' and len(possiblecmd) == 1: # to get \;addr;
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1355772 sw/inc/cmdid.h
1356276 sw/inc/cmdid.h
1626243 sw/inc/cmdid.h
1668991 1) add unique identifier to cmdid.h
1729662 …odfmetadata4: #i109601#: add cursor property "NestedTextContent": cmdid.h: add FN_UNO_NESTED_TEXT…
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/sdi/
H A Dswslots.hrc24 #include "cmdid.h"
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/clang-format/
H A Dexcludelist12122 sw/inc/cmdid.h
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvxids.hrc178 //!! be aware to not overwrite something that is used in sw/inc/cmdid.h already !!
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/
H A DIwyuFilter_sw.yaml11 - cmdid.h
662 - cmdid.h
779 - cmdid.h
788 - cmdid.h
791 - cmdid.h
794 - cmdid.h
797 - cmdid.h
/dports/games/libkdegames/libkdegames-21.12.3/src/private/kgame/
H A Dkgamemessage.h101 static void createPropertyCommand(QDataStream &msg, int cmdid, int pid, int cmd);
H A Dkgamemessage.cpp73 void KGameMessage::createPropertyCommand(QDataStream &msg,int cmdid,int pid,int cmd) in createPropertyCommand() argument
75 createPropertyHeader(msg,cmdid); in createPropertyCommand()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/lib/
H A Dimap.c1774 (++imapc->cmdid)%1000); in imap_sendf()
H A Dimap.h78 unsigned int cmdid; /* Last used command ID */ member
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/
H A Dftpserver.pl1111 my $cmdid;
1126 sendcontrol "$cmdid BAD Command\r\n";
1163 sendcontrol "$cmdid OK LOGIN completed\r\n";
1238 sendcontrol "$cmdid OK FETCH completed\r\n";
1341 sendcontrol "$cmdid OK STORE completed\r\n";
1361 sendcontrol "$cmdid OK LIST Completed\r\n";
1376 sendcontrol "$cmdid OK LIST Completed\r\n";
1399 sendcontrol "$cmdid OK LSUB Completed\r\n";
1587 sendcontrol "$cmdid OK COPY completed\r\n";
1650 sendcontrol "$cmdid OK NOOP completed\r\n";
[all …]

12345678910>>...14