Searched refs:hints_command (Results 1 – 1 of 1) sorted by relevance
24045 Jim_Obj *hints_command; member24066 if (compinfo->hints_command) { in Jim_HistoryGetline()24187 objv[0] = info->hints_command; in JimHintsCallback()24225 if (compinfo->hints_command) { in JimHistoryFreeCompletion()24226 Jim_DecrRefCount(interp, compinfo->hints_command); in JimHistoryFreeCompletion()24239 compinfo->hints_command = NULL; in JimGetCompletionInfo()24271 if (compinfo->hints_command) { in Jim_HistorySetHints()24272 Jim_DecrRefCount(interp, compinfo->hints_command); in Jim_HistorySetHints()24274 compinfo->hints_command = hintsCommandObj; in Jim_HistorySetHints()