HomeSort by: relevance | last modified time | path
    Searched defs:tablelist (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/less/dist/
decode.c 229 struct tablelist struct
231 struct tablelist *t_next;
239 static struct tablelist *list_fcmd_tables = NULL;
240 static struct tablelist *list_ecmd_tables = NULL;
241 static struct tablelist *list_var_tables = NULL;
242 static struct tablelist *list_sysvar_tables = NULL;
306 static void expand_cmd_table(struct tablelist *tlist)
308 struct tablelist *t;
379 static int add_cmd_table(struct tablelist **tlist, char *buf, int len)
381 struct tablelist *t
    [all...]

Completed in 19 milliseconds