OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zResult
(Results
1 - 2
of
2
) sorted by null
/external/sqlite/dist/
shell.c.orig
370
char *
zResult
;
379
zResult
= readline(zPrompt);
381
if(
zResult
&& *
zResult
) add_history(
zResult
);
383
return
zResult
;
[
all
...]
shell.c
375
char *
zResult
;
384
zResult
= readline(zPrompt);
386
if(
zResult
&& *
zResult
) add_history(
zResult
);
388
return
zResult
;
[
all
...]
Completed in 19 milliseconds