Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/less/
H A Dhelp.c3 constant char helpdata[] = { variable
263 constant int size_helpdata = sizeof(helpdata) - 1;
H A Dch.c132 extern constant char helpdata[];
262 bp->data[bp->datasize] = helpdata[ch_fpos]; in ch_get()