Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dopttbl.c22 public int no_vbell; /* Should we suppress the visual bell? */ variable
661 BOOL, OPT_OFF, &no_vbell, NULL,
H A Dscreen.c275 extern int no_vbell;
2238 if (no_vbell) in vbell()