Home | History | Annotate | Download | only in dist

Lines Matching refs:zResult

639   char *zResult;
641 zResult = local_getline(zPrior, in);
647 zResult = local_getline(zPrior, stdin);
650 zResult = shell_readline(zPrompt);
651 if( zResult && *zResult ) shell_add_history(zResult);
654 return zResult;