Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dprompt.c62 public char constant *hproto = h_proto;
77 hproto = save(h_proto); in init_prompt()
571 hproto : prproto[type]);
60 public char constant *hproto = h_proto; global() variable
H A Doptfunc.c42 extern char *hproto;
459 case 'h': proto = &hproto; s++; break; in opt_b()