Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/less/dist/
H A Ddecode.c379 static int add_cmd_table(struct tablelist **tlist, char *buf, int len) in add_cmd_table() function
406 if (add_cmd_table(&list_fcmd_tables, buf, len) < 0) in add_fcmd_table()
415 if (add_cmd_table(&list_ecmd_tables, buf, len) < 0) in add_ecmd_table()
424 if (add_cmd_table(tlist, buf, len) < 0) in add_var_table()