Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_cmdline.cc3593 uint32_t char_code_m1; in CmdlineParsePhase1() local
3595 char_code_m1 = ctou32(*script_buf_iter++) - 1; in CmdlineParsePhase1()
3596 } while (char_code_m1 < 32); in CmdlineParsePhase1()
3597 if (char_code_m1 == UINT32_MAX) { in CmdlineParsePhase1()