Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c24034 Jim_Obj *hints_command; member
24055 if (compinfo->hints_command) { in Jim_HistoryGetline()
24176 objv[0] = info->hints_command; in JimHintsCallback()
24214 if (compinfo->hints_command) { in JimHistoryFreeCompletion()
24215 Jim_DecrRefCount(interp, compinfo->hints_command); in JimHistoryFreeCompletion()
24228 compinfo->hints_command = NULL; in JimGetCompletionInfo()
24260 if (compinfo->hints_command) { in Jim_HistorySetHints()
24261 Jim_DecrRefCount(interp, compinfo->hints_command); in Jim_HistorySetHints()
24263 compinfo->hints_command = hintsCommandObj; in Jim_HistorySetHints()