Lines Matching defs:tables
26 * There may be many command tables.
28 * Other tables are read in from "lesskey" files.
29 * All the tables are linked together and are searched in order.
248 * Structure to support a list of command tables.
258 * List of command tables and list of line-edit tables.
325 * Expand special key abbreviations in a list of command tables.
337 * Expand special key abbreviations in all command tables.
353 * Add the default command tables.
360 /* Try to add tables in the OLD system lesskey file. */
371 * Try to add tables in system lesskey src file.
378 * Try to add the tables in the system lesskey binary file.
383 * Try to add tables in the lesskey src file "$HOME/.lesskey".
390 * Try to add the tables in the standard lesskey binary file "$HOME/.less".
411 * and link it into the list of tables.
719 * without searching any more cmd tables.
746 * Search for the cmd thru all the command tables.
1006 static struct lesskey_tables tables;
1009 int r = content ? parse_lesskey_content(filename, &tables) : parse_lesskey(filename, &tables);
1012 add_fcmd_table(tables.cmdtable.buf.data, tables.cmdtable.buf.end);
1013 add_ecmd_table(tables.edittable.buf.data, tables.edittable.buf.end);
1015 add_sysvar_table(tables.vartable.buf.data, tables.vartable.buf.end);
1017 add_uvar_table(tables.vartable.buf.data, tables.vartable.buf.end);