Home
last modified time | relevance | path

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

/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dfun.c1206 static Scheme_Prompt *allocate_prompt(Scheme_Prompt **cached_prompt) { in allocate_prompt() argument
1208 if (*cached_prompt) { in allocate_prompt()
1209 prompt = *cached_prompt; in allocate_prompt()
1210 *cached_prompt = NULL; in allocate_prompt()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Dfun.c1206 static Scheme_Prompt *allocate_prompt(Scheme_Prompt **cached_prompt) { in allocate_prompt() argument
1208 if (*cached_prompt) { in allocate_prompt()
1209 prompt = *cached_prompt; in allocate_prompt()
1210 *cached_prompt = NULL; in allocate_prompt()