Home
last modified time | relevance | path

Searched refs:nPerformAction (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dcmd.c1539 void UndoACmd(CmdPtr, HighLight, nPerformAction) in UndoACmd() argument
1541 int HighLight, nPerformAction;
1551 UndoACmd(cmd_ptr, FALSE, nPerformAction);
1555 UndoACmd(cmd_ptr, TRUE, nPerformAction);
1599 int RedoACmd(CmdPtr, HighLight, nPerformAction) in RedoACmd() argument
1601 int HighLight, nPerformAction;
1613 if (!RedoACmd(cmd_ptr, FALSE, nPerformAction)) {
1619 if (!RedoACmd(CmdPtr->first, TRUE, nPerformAction)) {
1625 if (!RedoACmd(cmd_ptr, TRUE, nPerformAction)) {