Searched defs:fl (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/util/
H A Dexpression-evaluator.h120 double fl; member in union:Inkscape::Util::EvaluatorToken::__anon499
/inkscape/src/
H A Dmain.cpp823 static GSList *fixupFilenameEncoding( GSList* fl )
826 while ( fl ) {
827 gchar *fn = static_cast<gchar*>(fl->data);
828 fl = g_slist_remove( fl, fl->data );
880 GSList *fl = sp_process_args(ctx); local
889 fl = fixupFilenameEncoding( fl );
918 *flDest = fl;
1032 GSList *fl = NULL; local
1130 sp_process_file_list(GSList *fl) argument
1324 GSList *fl = sp_process_args(ctx); local
1364 GSList *fl = NULL; local
2204 GSList *fl = NULL; local
[all...]

Completed in 38 milliseconds