Home
last modified time | relevance | path

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

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