Searched refs:bc_history_prompt (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/bc/src/
H A Dhistory.c159 static char* bc_history_prompt; variable
168 return BC_PROMPT && bc_history_use_prompt ? bc_history_prompt :
216 bc_history_prompt = NULL;
222 if (BC_PROMPT && bc_history_prompt != NULL) free(bc_history_prompt);
249 if (bc_history_prompt != NULL)
251 if (strcmp(bc_history_prompt, prompt))
253 free(bc_history_prompt);
254 bc_history_prompt = bc_vm_strdup(prompt);
257 else bc_history_prompt
[all...]

Completed in 55 milliseconds