Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting.cpp1466 static int stringIx = LibFunIx("STRING"); in gdlMultiAxisTickFunc() local
1467 assert( stringIx >= 0); in gdlMultiAxisTickFunc()
1468 EnvT* newEnv= new EnvT(e, libFunList[stringIx], NULL); in gdlMultiAxisTickFunc()
H A Dwidget.cpp581 static int stringIx = LibFunIx("STRING"); in widget_table()
582 assert( stringIx >= 0); in widget_table()
583 EnvT* newEnv= new EnvT(e, libFunList[stringIx], NULL); in widget_table()
3204 static int stringIx = LibFunIx("STRING"); in widget_control()
3205 assert(stringIx >= 0); in widget_control()
3206 EnvT* newEnv = new EnvT(e, libFunList[stringIx], NULL); in widget_control()
H A Dbasic_fun.cpp1595 static int stringIx = LibFunIx("STRING"); in fix_fun() local
1598 EnvT* newEnv = new EnvT(e, libFunList[stringIx], NULL); in fix_fun()