Home
last modified time | relevance | path

Searched refs:actn (Results 1 – 25 of 88) sorted by relevance

1234

/dports/net-mgmt/irrtoolset/irrtoolset-release-5.1.3/src/rtconfig/
H A Df_junos.cc667 << actn->rp_attr->name << "." << actn->rp_method->name << endl in printActions()
669 PolicyAction *actn; in printActions() local
670 for (actn = actions->head(); actn; actn = actions->next(actn)) { in printActions()
671 if (actn->rp_attr == dctn_rp_pref) { in printActions()
700 if (actn->rp_attr == dctn_rp_dpa) { in printActions()
709 if (actn->rp_attr == dctn_rp_med) { in printActions()
711 Item *item = actn->args->head(); in printActions()
748 plnd = actn->args->next(plnd)) in printActions()
757 << *actn->rp_attr << endl; in printActions()
766 PolicyAction *actn; in printDeclarations() local
[all …]
H A Df_cisco.cc868 << actn->rp_attr->name << "." << actn->rp_method->name << endl in printActions()
870 PolicyAction *actn; in printActions() local
871 for (actn = actions->head(); actn; actn = actions->next(actn)) { in printActions()
872 if (actn->rp_attr == dctn_rp_pref) { in printActions()
902 if (actn->rp_attr == dctn_rp_dpa) { in printActions()
911 if (actn->rp_attr == dctn_rp_med) { in printActions()
913 Item *item = actn->args->head(); in printActions()
934 printCommunityList(os, actn->args); in printActions()
949 plnd = actn->args->next(plnd)) in printActions()
958 << *actn->rp_attr << endl; in printActions()
[all …]
H A Df_ciscoxr.cc925 << actn->rp_attr->name << "." << actn->rp_method->name << endl in printActions()
927 PolicyAction *actn; in printActions() local
928 for (actn = actions->head(); actn; actn = actions->next(actn)) { in printActions()
929 if (actn->rp_attr == dctn_rp_pref) { in printActions()
962 if (actn->rp_attr == dctn_rp_dpa) { in printActions()
971 if (actn->rp_attr == dctn_rp_med) { in printActions()
973 Item *item = actn->args->head(); in printActions()
1003 printCommunityList(os, actn->args); in printActions()
1021 for (Item *plnd = actn->args->head(); plnd; plnd = actn->args->next(plnd)) in printActions()
1030 << *actn->rp_attr << endl; in printActions()
[all …]
/dports/audio/baresip/baresip-0.5.8/test/
H A Dtest.h56 #define TEST_MEMCMP(expected, expn, actual, actn) \ argument
57 if (expn != actn || \
65 actual, actn); \
70 #define TEST_STRCMP(expected, expn, actual, actn) \ argument
71 if (expn != actn || \
85 (size_t)(actn), \
86 (actual), (size_t)(actn)); \
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dvibprocs.h236 Nlm_ButtoN Nlm_PushButton PROTO((Nlm_GrouP prnt, Nlm_CharPtr title, Nlm_BtnActnProc actn));
238 Nlm_ButtoN Nlm_CheckBox PROTO((Nlm_GrouP prnt, Nlm_CharPtr title, Nlm_BtnActnProc actn));
287 Nlm_IteM Nlm_CommandItem PROTO((Nlm_MenU m, Nlm_CharPtr title, Nlm_ItmActnProc actn));
288 Nlm_IteM Nlm_StatusItem PROTO((Nlm_MenU m, Nlm_CharPtr title, Nlm_ItmActnProc actn));
289 Nlm_ChoicE Nlm_ChoiceGroup PROTO((Nlm_MenU m, Nlm_ChsActnProc actn));
610 void Nlm_Metronome PROTO((Nlm_VoidProc actn));
617 void Nlm_SetWindowTimer PROTO((Nlm_WindoW w, Nlm_WndActnProc actn));
621 void Nlm_SetMouseMoveCallback (Nlm_ClckProc actn);
627 extern void Nlm_SetButtonAction (Nlm_BtnActnProc actn);
628 extern void Nlm_SetMenuAction (Nlm_ItmActnProc actn);
[all …]
H A Dpalette.c263 PaletteProc actn; in PaletteClick() local
276 actn = NULL; in PaletteClick()
289 actn = dptr [i].click; in PaletteClick()
308 if (actn != NULL) { in PaletteClick()
309 actn ((PalettE) p, i + 1); in PaletteClick()
311 actn = pdata.action; in PaletteClick()
312 if (actn != NULL) { in PaletteClick()
313 actn ((PalettE) p, i + 1); in PaletteClick()
320 static void Nlm_NewPalette (PalettE p, Int2 minwid, PaletteProc actn) in Nlm_NewPalette() argument
338 pdata.action = actn; in Nlm_NewPalette()
[all …]
H A Dvibsbars.c453 bdptr->action = actn; in Nlm_LoadBarData()
1031 Nlm_LoadBarData(b, c, 10, 10, 0, 0, 0, FALSE, slv, actn4, actn); in Nlm_NewBarX()
1096 Nlm_BarScrlProc actn, in Nlm_CommonScrollBarX() argument
1114 Nlm_NewBarX(b, slave, vert, actn4, actn); in Nlm_CommonScrollBarX()
1157 Nlm_NewBarX(b, (Nlm_GraphiC)prnt, vert, actn4, actn); in Nlm_ScrollBarX()
1178 return Nlm_CommonScrollBarX(slave, r, actn, NULL, FALSE); in Nlm_HorizScrollBar4()
1184 return Nlm_CommonScrollBarX(slave, r, NULL, actn, FALSE); in Nlm_HorizScrollBar()
1191 return Nlm_CommonScrollBarX(slave, r, actn, NULL, TRUE); in Nlm_VertScrollBar4()
1197 return Nlm_CommonScrollBarX(slave, r, NULL, actn, TRUE); in Nlm_VertScrollBar()
1204 return Nlm_ScrollBarX(prnt, width, height, actn, NULL); in Nlm_ScrollBar4()
[all …]
H A Dvibbutns.c152 extern void Nlm_SetButtonAction (Nlm_BtnActnProc actn) in Nlm_SetButtonAction() argument
155 buttonAction = actn; in Nlm_SetButtonAction()
1188 Nlm_LoadAction ((Nlm_GraphiC) b, (Nlm_ActnProc) actn); in Nlm_NewButton()
1294 Nlm_BtnActnProc actn) in Nlm_PushButton() argument
1304 Nlm_BtnActnProc actn) in Nlm_DefaultButton() argument
1314 Nlm_BtnActnProc actn) in Nlm_CheckBox() argument
1460 Nlm_Int2 type, Nlm_BtnActnProc actn, in Nlm_CommonButtonEx() argument
1564 Nlm_BtnActnProc actn, Nlm_FonT font) in Nlm_PushButtonEx() argument
1574 Nlm_BtnActnProc actn, Nlm_FonT font) in Nlm_DefaultButtonEx() argument
1584 Nlm_BtnActnProc actn, Nlm_FonT font) in Nlm_CheckBoxEx() argument
[all …]
H A Dpanels.h88 PalettE PalettePanel PROTO((SlatE s, Int2 pixwidth, PaletteProc actn));
94 TablE TablePanel PROTO((SlatE s, Int2 minwid, FonT font, TableProc actn));
95 void RecordColumn PROTO((TablE t, Int2 wid, Char just, Boolean wrap, Boolean bar, TableProc actn
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dlistdockwidget.cpp111 actn->setCheckable(true); in ListDockWidget()
112 actn->setChecked(true); in ListDockWidget()
113 theFilterMenu->addAction(actn); in ListDockWidget()
117 currentFieldAction = actn; in ListDockWidget()
123 actn->setData(FMFontDb::AllInfo); in ListDockWidget()
124 actn->setCheckable(true); in ListDockWidget()
125 theFilterMenu->addAction(actn); in ListDockWidget()
135 actn->setCheckable(true); in ListDockWidget()
136 theFilterMenu->addAction(actn); in ListDockWidget()
150 actn->setData( k ); in ListDockWidget()
[all …]
/dports/misc/bibletime/bibletime-2.11.2/src/frontend/displaywindow/
H A Dcdisplaywindow.cpp209 actn->setShortcut(QKeySequence::SelectAll); in insertKeyboardActions()
210 a->addAction("selectAll", actn); in insertKeyboardActions()
212 actn = new QAction(QIcon(), tr("Copy"), a); in insertKeyboardActions()
213 actn->setShortcut(QKeySequence::Copy); in insertKeyboardActions()
214 a->addAction("copySelectedText", actn); in insertKeyboardActions()
216 actn = new QAction(QIcon(), tr("Find..."), a); in insertKeyboardActions()
217 actn->setShortcut(QKeySequence::Find); in insertKeyboardActions()
218 a->addAction("findText", actn); in insertKeyboardActions()
220 actn = new QAction(QIcon(), tr("Change location"), a); in insertKeyboardActions()
221 actn->setShortcut(QKeySequence(Qt::CTRL + Qt::Key_L)); in insertKeyboardActions()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/gtk/ADM_userInterfaces/ADM_toolkit_gtk/
H A DADM_jogshuttle.cpp387 Action actn;
391 actn = ACT_INVALID;
396 actn = it->second;
397 name = getActionName (actn);
401 printf ("button pressed: %d -> %d: %s\n", first, actn, name);
407 cb.button_cb (cb.their_data, first, actn);
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/gtk/ADM_userInterfaces/ADM_toolkit_gtk/
H A DADM_jogshuttle.cpp387 Action actn;
391 actn = ACT_INVALID;
396 actn = it->second;
397 name = getActionName (actn);
401 printf ("button pressed: %d -> %d: %s\n", first, actn, name);
407 cb.button_cb (cb.their_data, first, actn);
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/gtk/ADM_userInterfaces/ADM_toolkit_gtk/
H A DADM_jogshuttle.cpp387 Action actn;
391 actn = ACT_INVALID;
396 actn = it->second;
397 name = getActionName (actn);
401 printf ("button pressed: %d -> %d: %s\n", first, actn, name);
407 cb.button_cb (cb.their_data, first, actn);
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/gtk/ADM_userInterfaces/ADM_toolkit_gtk/
H A DADM_jogshuttle.cpp387 Action actn;
391 actn = ACT_INVALID;
396 actn = it->second;
397 name = getActionName (actn);
401 printf ("button pressed: %d -> %d: %s\n", first, actn, name);
407 cb.button_cb (cb.their_data, first, actn);
/dports/news/husky/husky-1.9.20191207/lxtrack/
H A Dconfig.cc97 int scn=-1, msk=-1, actn=-1; in CConfig() local
145 O_Op[msk].firstAction=actn+1; in CConfig()
146 O_Op[msk-1].lastAction=actn; in CConfig()
151 actn++; in CConfig()
/dports/news/husky-areafix/husky-areafix-1.9.20191207/lxtrack/
H A Dconfig.cc97 int scn=-1, msk=-1, actn=-1; in CConfig() local
145 O_Op[msk].firstAction=actn+1; in CConfig()
146 O_Op[msk-1].lastAction=actn; in CConfig()
151 actn++; in CConfig()
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/lxtrack/
H A Dconfig.cc97 int scn=-1, msk=-1, actn=-1; in CConfig() local
145 O_Op[msk].firstAction=actn+1; in CConfig()
146 O_Op[msk-1].lastAction=actn; in CConfig()
151 actn++; in CConfig()
/dports/news/husky-hpt/husky-hpt-1.9.20191207/lxtrack/
H A Dconfig.cc97 int scn=-1, msk=-1, actn=-1; in CConfig() local
145 O_Op[msk].firstAction=actn+1; in CConfig()
146 O_Op[msk-1].lastAction=actn; in CConfig()
151 actn++; in CConfig()
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/lxtrack/
H A Dconfig.cc97 int scn=-1, msk=-1, actn=-1; in CConfig() local
145 O_Op[msk].firstAction=actn+1; in CConfig()
146 O_Op[msk-1].lastAction=actn; in CConfig()
151 actn++; in CConfig()
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/lxtrack/
H A Dconfig.cc97 int scn=-1, msk=-1, actn=-1; in CConfig() local
145 O_Op[msk].firstAction=actn+1; in CConfig()
146 O_Op[msk-1].lastAction=actn; in CConfig()
151 actn++; in CConfig()
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/lxtrack/
H A Dconfig.cc97 int scn=-1, msk=-1, actn=-1; in CConfig() local
145 O_Op[msk].firstAction=actn+1; in CConfig()
146 O_Op[msk-1].lastAction=actn; in CConfig()
151 actn++; in CConfig()
/dports/news/husky-htick/husky-htick-1.9.20191207/lxtrack/
H A Dconfig.cc97 int scn=-1, msk=-1, actn=-1; in CConfig() local
145 O_Op[msk].firstAction=actn+1; in CConfig()
146 O_Op[msk-1].lastAction=actn; in CConfig()
151 actn++; in CConfig()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/skins2/events/
H A Devt_key.hpp41 EvtKey( intf_thread_t *I, int key, ActionType_t actn, int mod = kModNone ) in EvtKey() argument
42 : EvtInput( I, mod ), m_key( key ), m_action( actn ) { } in EvtKey()
/dports/games/xnethack/xNetHack-xnh6.1/win/Qt/
H A Dqt_main.cpp689 QAction *actn; in NetHackQtMainWindow() local
695 actn = game->addAction("Preferences...", this, SLOT(doQtSettings(bool))); in NetHackQtMainWindow()
696 actn->setMenuRole(QWidgetAction::PreferencesRole); in NetHackQtMainWindow()
705 actn = game->addAction("Quit NetHack-Qt", this, SLOT(doQuit(bool))); in NetHackQtMainWindow()
706 actn->setMenuRole(QWidgetAction::QuitRole); in NetHackQtMainWindow()
709 actn = help->addAction("About NetHack-Qt", this, SLOT(doAbout(bool))); in NetHackQtMainWindow()
711 actn->setMenuRole(QWidgetAction::AboutRole); in NetHackQtMainWindow()
714 actn = help->addAction("About NetHack-Qt", this, SLOT(doAbout(bool))); in NetHackQtMainWindow()
715 actn->setMenuRole(QWidgetAction::NoRole); in NetHackQtMainWindow()
717 nhUse(actn); in NetHackQtMainWindow()

1234