Home
last modified time | relevance | path

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

/external/libedit/src/
Dhistedit.h221 #define H_SETUNIQUE 20 /* , int); */ macro
Dhist.c184 return FUNW(history)(el->el_history.ref, &ev, H_SETUNIQUE, num); in hist_command()
Dhistory.c956 case H_SETUNIQUE: in FUNW()
/external/llvm/lib/LineEditor/
DLineEditor.cpp231 ::history(Data->Hist, &HE, H_SETUNIQUE, 1); in LineEditor()