Searched refs:LESSPARAMS (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dfuncs.h1 public char * save LESSPARAMS ((constant char *s));
2 public VOID_POINTER ecalloc LESSPARAMS ((int count, unsigned int size));
3 public char * skipsp LESSPARAMS ((char *s));
4 public int sprefix LESSPARAMS ((char *ps, char *s, int uppercase));
5 public void quit LESSPARAMS ((int status));
6 public void raw_mode LESSPARAMS ((int on));
7 public void scrsize LESSPARAMS ((VOID_PARAM));
8 public char * special_key_str LESSPARAMS ((int key));
9 public void get_term LESSPARAMS ((VOID_PARAM));
10 public void init_mouse LESSPARAMS ((VOID_PARA
[all...]
H A Dpattern.h43 char *re_comp LESSPARAMS ((char*));
44 int re_exec LESSPARAMS ((char*));
50 char *regcmp LESSPARAMS ((char*));
51 char *regex LESSPARAMS ((char**, char*));
H A Doption.h63 void (*ofunc) LESSPARAMS ((int, char*)); /* Pointer to special handling function */
H A Dless.h43 #define LESSPARAMS(a) a macro
45 #define LESSPARAMS(a) () macro
577 void postoa LESSPARAMS ((POSITION, char*));
578 void linenumtoa LESSPARAMS ((LINENUM, char*));
579 void inttoa LESSPARAMS ((int, char*));
580 int lstrtoi LESSPARAMS ((char*, char**));
581 POSITION lstrtopos LESSPARAMS ((char*, char**));
583 int pclose LESSPARAMS ((FILE*));
H A Dtags.c47 static enum tag_result findctag LESSPARAMS((char *tag));
48 static enum tag_result findgtag LESSPARAMS((char *tag, int type));
53 static int getentry LESSPARAMS((char *buf, char **tag, char **file, char **line));
H A Doption.c26 static char *optstring LESSPARAMS((char *s, char **p_str, char *printopt, char *validchars));
27 static int flip_triple LESSPARAMS((int val, int lc));
H A Dline.c62 static int attr_swidth LESSPARAMS ((int a));
63 static int attr_ewidth LESSPARAMS ((int a));
64 static int do_append LESSPARAMS ((LWCHAR ch, char *rep, POSITION pos));
H A Dscreen.c247 static char *cheaper LESSPARAMS((char *t1, char *t2, char *def));
248 static void tmodes LESSPARAMS((char *incap, char *outcap, char **instr,
H A Dcmdbuf.c37 static int cmd_complete LESSPARAMS((int action));
H A Dcommand.c94 static void multi_search LESSPARAMS((char *pattern, int n, int silent));

Completed in 79 milliseconds