Home
last modified time | relevance | path

Searched defs:WEXITSTATUS (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dos_unixx.h33 # define WEXITSTATUS(stat_val) ((stat_val).w_T.w_Retcode) macro
35 # define WEXITSTATUS(stat_val) (((stat_val) >> 8) & 0377) macro