Home
last modified time | relevance | path

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

/dports/math/py-pandas/pandas-1.2.5/pandas/tests/
H A Dtest_expressions.py285 sub_funcs = {"|": "or_", "&": "and_", "^": "xor"}
288 fe = getattr(operator, sub_funcs[subs[op_str]])
/dports/net-im/profanity/profanity-0.11.1/src/command/
H A Dcmd_funcs.h71 void* sub_funcs[50][2]; member
H A Dcmd_funcs.c8296 if (args[0] && cmd->sub_funcs[0][0]) { in _cmd_execute()
8298 while (cmd->sub_funcs[i][0]) { in _cmd_execute()
8299 if (g_strcmp0(args[0], (char*)cmd->sub_funcs[i][0]) == 0) { in _cmd_execute()
8300 …gboolean (*func)(ProfWin * window, const char* const command, gchar** args) = cmd->sub_funcs[i][1]; in _cmd_execute()