Home
last modified time | relevance | path

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

/dports/textproc/rasqal/rasqal-0.9.33/src/
H A Drasqal_row_compatible.c56 map->variables_table = vt; in rasqal_new_row_compatible()
129 rasqal_variable *v = rasqal_variables_table_get(map->variables_table, i); in rasqal_row_compatible_check()
181 rasqal_variables_table* vt = map->variables_table; in rasqal_print_row_compatible()
H A Drasqal_internal.h848 rasqal_variables_table* variables_table; member
/dports/lang/gnu-apl/apl-1.8/src/
H A DDoxy.hh91 void variables_table(const std::vector<const Symbol *> & variables,
H A DDoxy.cc169 variables_table(variables, page); in gen()
335 Doxy::variables_table(const std::vector<const Symbol *> & variables, in variables_table() function in Doxy
/dports/biology/freebayes/freebayes-1.3.5/ttmath/
H A Dttmathparser.h437 VariablesTable variables_table; variable
652 variables_table.find(variable_name); in GetValueOfVariable()
654 if( i == variables_table.end() ) in GetValueOfVariable()
1554 variables_table.insert( std::make_pair(str, pf) ); in InsertVariableToTable()
2569 variables_table = p.variables_table;
/dports/textproc/rasqal/rasqal-0.9.33/
H A DChangeLog1225 - Removed duplicate variables_table field; use vt.