Home | History | Annotate | Download | only in orig

Lines Matching refs:zResult

633   char *zResult;
635 zResult = local_getline(zPrior, in);
641 zResult = local_getline(zPrior, stdin);
644 zResult = shell_readline(zPrompt);
645 if( zResult && *zResult ) shell_add_history(zResult);
648 return zResult;