Lines Matching refs:cmdLength
1334 int cmdLength = cmd.indexOf('&');1335 extra = cmd.substring(cmdLength);1336 cmd = cmd.substring(0, cmdLength);