Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_cmdline.cc3590 char* script_buf_iter = script_buf; in CmdlineParsePhase1() local
3595 char_code_m1 = ctou32(*script_buf_iter++) - 1; in CmdlineParsePhase1()
3602 char_code = ctou32(*script_buf_iter++); in CmdlineParsePhase1()
3605 if (unlikely(script_buf_iter != (&(script_buf[fsize_ui + 1])))) { in CmdlineParsePhase1()
3619 script_buf_iter = &(script_buf[-1]); in CmdlineParsePhase1()
3621 while (ctou32(*(++script_buf_iter)) <= 32); in CmdlineParsePhase1()
3622 subst_argv[param_idx] = script_buf_iter; in CmdlineParsePhase1()
3623 while (ctou32(*(++script_buf_iter)) > 32); in CmdlineParsePhase1()
3625 *script_buf_iter = '\0'; in CmdlineParsePhase1()