Home
last modified time | relevance | path

Searched refs:csl_bitmap_def (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/less/
H A Ddecode.c996 public int csl_bitmap_bit(constant char *name, size_t len, struct csl_bitmap_def *defs, int num_def… in csl_bitmap_bit()
1019 struct csl_bitmap_def *def; /* array of name/value pairs */
1038 public int parse_csl_bitmap(constant char *str, struct csl_bitmap_def *defs, int num_defs, constant… in parse_csl_bitmap()
H A Dmain.c170 static struct csl_bitmap_def security_features[] = { in init_secure()
H A Dless.h341 struct csl_bitmap_def struct
H A Dfuncs.h141 public int csl_bitmap_bit(constant char *name, size_t len, struct csl_bitmap_def *defs, int num_def…
142 public int parse_csl_bitmap(constant char *str, struct csl_bitmap_def *defs, int num_defs, constant…
H A Doptfunc.c954 static struct csl_bitmap_def emouse_defs[] = { in opt_emouse()