Home
last modified time | relevance | path

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

/dports/sysutils/p5-Rex/Rex-1.13.4/lib/Rex/Interface/Shell/
H A DBash.pm121 if ( exists $option->{preprocess_command}
122 && ref $option->{preprocess_command} eq "CODE" )
124 $complete_cmd = $option->{preprocess_command}->($complete_cmd);
/dports/devel/py-behave/behave-1.2.6/behave4cmd0/
H A Dcommand_shell.py84 def preprocess_command(preprocessors, cmdargs, command=None, cwd="."): member in Command
129 cmdargs = cls.preprocess_command(preprocessors, cmdargs, command, cwd)
/dports/games/taisei/taisei-1.3.2/scripts/
H A Dmeson.build34 preprocess_command = [python_thunk, preprocess_args] variable
36 preprocessor = generator(preprocess_command[0],
/dports/games/taisei/taisei-1.3.2/misc/
H A Dmeson.build6 command : [preprocess_command, '@INPUT@', '@OUTPUT@'],
/dports/sysutils/nut/nut-2.7.4/drivers/
H A Dnutdrv_qx.h91 int (*preprocess_command)(struct item_t *item, char *command, const size_t commandlen); member
H A Dnutdrv_qx.c2762 item->preprocess_command != NULL && in qx_process()
2763 item->preprocess_command(item, cmd, sizeof(cmd)) == -1 in qx_process()
/dports/sysutils/nut-devel/nut-9e6a5ab2/drivers/
H A Dnutdrv_qx.h91 int (*preprocess_command)(struct item_t *item, char *command, const size_t commandlen); member
H A Dnutdrv_qx.c3376 item->preprocess_command != NULL && in qx_process()
3377 item->preprocess_command(item, cmd, cmdsz) == -1 in qx_process()
/dports/sysutils/watchman/watchman-4.5.0/
H A Dwatchman_cmd.h33 void preprocess_command(json_t *args, enum w_pdu_type output_pdu);
H A Dmain.c787 preprocess_command(cmd, output_pdu); in main()
/dports/sysutils/py-pywatchman/watchman-4.9.0/
H A Dwatchman_cmd.h41 void preprocess_command(
H A Dmain.cpp986 preprocess_command(cmd, output_pdu, output_capabilities); in main()
/dports/games/taisei/taisei-1.3.2/src/
H A Dmeson.build3 command : [preprocess_command, '@INPUT@', '@OUTPUT@'],
33 command : [preprocess_command, rcdefs, '@INPUT@', '@OUTPUT@'],
/dports/sysutils/watchman/watchman-4.5.0/cmds/
H A Dreg.c97 void preprocess_command(json_t *args, enum w_pdu_type output_pdu) in preprocess_command() function
/dports/sysutils/py-pywatchman/watchman-4.9.0/cmds/
H A Dreg.cpp99 void preprocess_command( in preprocess_command() function
/dports/games/open-adventure/open-adventure-f2f238e9e42ed76f9cfac219f37142cd7bcf6edb/
H A Dmain.c995 bool preprocess_command(command_t *command) in preprocess_command() function
1165 preprocess_command(&command); in do_command()
/dports/sysutils/nut/nut-2.7.4/
H A DChangeLog1005 ('preprocess_command()') to preprocess the command to be sent to