Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_unix.c5482 int use_null_for_in = options->jo_io[PART_IN] == JIO_NULL; in mch_job_start()
5483 int use_null_for_out = options->jo_io[PART_OUT] == JIO_NULL; in mch_job_start()
5484 int use_null_for_err = options->jo_io[PART_ERR] == JIO_NULL; in mch_job_start()
H A Dos_win32.c5278 int use_null_for_in = options->jo_io[PART_IN] == JIO_NULL; in mch_job_start()
5279 int use_null_for_out = options->jo_io[PART_OUT] == JIO_NULL; in mch_job_start()
5280 int use_null_for_err = options->jo_io[PART_ERR] == JIO_NULL; in mch_job_start()
H A Djob.c49 opt->jo_io[part] = JIO_NULL; in handle_io()
H A Dstructs.h2185 JIO_NULL, enumerator
H A Dchannel.c3104 case JIO_NULL: s = "null"; break; in channel_part_info()