Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Dprompt.c61 public char constant *eqproto = e_proto;
76 eqproto = save(e_proto); in init_prompt()
555 return (pr_expand(eqproto)); in wait_message()
59 public char constant *eqproto = e_proto; global() variable
H A Doptfunc.c41 extern char *eqproto;
458 case '=': proto = &eqproto; s++; break; in opt_b()