Home
last modified time | relevance | path

Searched refs:azDefine (Results 1 – 25 of 42) sorted by relevance

12

/dports/textproc/miller/miller-5.10.2/c/parsing/
H A Dlemon_main.c25 static char **azDefine = 0; /* Name of the -D macros */ variable
33 azDefine = realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
34 if (azDefine == 0) { in handle_D_option()
38 paz = &azDefine[nDefine-1]; in handle_D_option()
107 Parse(&lem, nDefine, azDefine); in main()
H A Dlemon_parse.h6 int Parse(struct lemon *lemp, int nDefine, char** azDefine);
H A Dlemon_parse.c436 static void preprocess_input(char *z, int nDefine, char** azDefine) { in preprocess_input() argument
467 if (strncmp(azDefine[k],&z[j],n)==0 && strlen(azDefine[k])==n) { in preprocess_input()
493 int Parse(struct lemon *gp, int nDefine, char** azDefine) in Parse() argument
542 preprocess_input(filebuf, nDefine, azDefine); in Parse()
/dports/devel/pear-PHP_ParserGenerator/PHP_ParserGenerator-0.1.7/
H A DParserGenerator.php104 public $azDefine = array(); variable in PHP_ParserGenerator
426 $this->azDefine[] = $z;
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/annotations/
H A Dlemon.c1317 static char **azDefine = 0; /* Name of the -D macros */ variable
1325 azDefine = realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1326 if( azDefine==0 ){ in handle_D_option()
1330 paz = &azDefine[nDefine-1]; in handle_D_option()
2336 if( strncmp(azDefine[k],&z[j],n)==0 && strlen(azDefine[k])==n ){ in preprocess_input()
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/mvc/model/query/
H A Dlemon.c1315 static char **azDefine = 0; /* Name of the -D macros */ variable
1323 azDefine = realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1324 if( azDefine==0 ){ in handle_D_option()
1328 paz = &azDefine[nDefine-1]; in handle_D_option()
2334 if( strncmp(azDefine[k],&z[j],n)==0 && strlen(azDefine[k])==n ){ in preprocess_input()
/dports/www/phalcon4/cphalcon-4.1.1/3rdparty/lemon/
H A Dlemon.c1329 static char **azDefine = 0; /* Name of the -D macros */ variable
1337 azDefine = realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1338 if( azDefine==0 ){ in handle_D_option()
1342 paz = &azDefine[nDefine-1]; in handle_D_option()
2348 if( strncmp(azDefine[k],&z[j],n)==0 && strlen(azDefine[k])==n ){ in preprocess_input()
/dports/www/phalcon/cphalcon-3.4.5/ext/phalcon/mvc/view/engine/volt/
H A Dlemon.c1317 static char **azDefine = 0; /* Name of the -D macros */ variable
1325 azDefine = realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1326 if( azDefine==0 ){ in handle_D_option()
1330 paz = &azDefine[nDefine-1]; in handle_D_option()
2336 if( strncmp(azDefine[k],&z[j],n)==0 && strlen(azDefine[k])==n ){ in preprocess_input()
/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/parser/
H A Dlemon.c1455 static char **azDefine = 0; /* Name of the -D macros */ variable
1463 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1464 if( azDefine==0 ){ in handle_D_option()
1468 paz = &azDefine[nDefine-1]; in handle_D_option()
2612 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/tool/
H A Dlemon.c1370 static char **azDefine = 0; /* Name of the -D macros */ variable
1378 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1379 if( azDefine==0 ){ in handle_D_option()
1383 paz = &azDefine[nDefine-1]; in handle_D_option()
2488 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/databases/xapian-core12/xapian-core-1.2.25/queryparser/
H A Dlemon.c1377 static char **azDefine = 0; /* Name of the -D macros */ variable
1385 azDefine = realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1386 if( azDefine==0 ){ in handle_D_option()
1390 paz = &azDefine[nDefine-1]; in handle_D_option()
2507 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/games/zdoom/zdoom-2.8.1/tools/lemon/
H A Dlemon.c1384 static char **azDefine = 0; /* Name of the -D macros */ variable
1392 azDefine = realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1393 if( azDefine==0 ){ in handle_D_option()
1397 paz = &azDefine[nDefine-1]; in handle_D_option()
2435 if( strncmp(azDefine[k],&z[j],n)==0 && strlen(azDefine[k])==n ){ in preprocess_input()
/dports/devel/z88dk/z88dk/src/z80asm/dev/
H A Dlemon.c1452 static char **azDefine = 0; /* Name of the -D macros */ variable
1460 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1461 if( azDefine==0 ){ in handle_D_option()
1465 paz = &azDefine[nDefine-1]; in handle_D_option()
2609 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/security/openvpn-auth-ldap/openvpn-auth-ldap-auth-ldap-2.0.4/tools/
H A Dlemon.c1351 static char **azDefine = 0; /* Name of the -D macros */ variable
1359 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1360 if( azDefine==0 ){ in handle_D_option()
1364 paz = &azDefine[nDefine-1]; in handle_D_option()
2476 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/databases/libgda5-bdb/libgda-5.2.10/libgda/sql-parser/
H A Dlemon.c1364 static char **azDefine = 0; /* Name of the -D macros */ variable
1372 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1373 if( azDefine==0 ){ in handle_D_option()
1377 paz = &azDefine[nDefine-1]; in handle_D_option()
2485 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/databases/libgda5-ui/libgda-5.2.10/libgda/sql-parser/
H A Dlemon.c1364 static char **azDefine = 0; /* Name of the -D macros */
1372 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine);
1373 if( azDefine==0 ){
1377 paz = &azDefine[nDefine-1];
2485 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){
/dports/databases/libgda5-mysql/libgda-5.2.10/libgda/sql-parser/
H A Dlemon.c1364 static char **azDefine = 0; /* Name of the -D macros */ variable
1372 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1373 if( azDefine==0 ){ in handle_D_option()
1377 paz = &azDefine[nDefine-1]; in handle_D_option()
2485 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/databases/libgda5-postgresql/libgda-5.2.10/libgda/sql-parser/
H A Dlemon.c1364 static char **azDefine = 0; /* Name of the -D macros */ variable
1372 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1373 if( azDefine==0 ){ in handle_D_option()
1377 paz = &azDefine[nDefine-1]; in handle_D_option()
2485 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/databases/libgda5-ldap/libgda-5.2.10/libgda/sql-parser/
H A Dlemon.c1364 static char **azDefine = 0; /* Name of the -D macros */ variable
1372 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1373 if( azDefine==0 ){ in handle_D_option()
1377 paz = &azDefine[nDefine-1]; in handle_D_option()
2485 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/databases/libgda5-jdbc/libgda-5.2.10/libgda/sql-parser/
H A Dlemon.c1364 static char **azDefine = 0; /* Name of the -D macros */
1372 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine);
1373 if( azDefine==0 ){
1377 paz = &azDefine[nDefine-1];
2485 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){
/dports/databases/libgda5/libgda-5.2.10/libgda/sql-parser/
H A Dlemon.c1364 static char **azDefine = 0; /* Name of the -D macros */ variable
1372 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1373 if( azDefine==0 ){ in handle_D_option()
1377 paz = &azDefine[nDefine-1]; in handle_D_option()
2485 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/emulators/mess/mame-mame0226/3rdparty/bx/tools/lemon/
H A Dlemon.c1475 static char **azDefine = 0; /* Name of the -D macros */ variable
1483 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1484 if( azDefine==0 ){ in handle_D_option()
1488 paz = &azDefine[nDefine-1]; in handle_D_option()
2743 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/databases/sqlcipher/sqlcipher-3.4.2/tool/
H A Dlemon.c1475 static char **azDefine = 0; /* Name of the -D macros */ variable
1483 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1484 if( azDefine==0 ){ in handle_D_option()
1488 paz = &azDefine[nDefine-1]; in handle_D_option()
2720 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/databases/spatialite/libspatialite-5.0.1/src/gaiageo/lemon/lemon_src/
H A Dlemon.c1514 static char **azDefine = 0; /* Name of the -D macros */ variable
1522 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1523 if( azDefine==0 ){ in handle_D_option()
1527 paz = &azDefine[nDefine-1]; in handle_D_option()
2783 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()
/dports/databases/xapian-core/xapian-core-1.4.18/queryparser/
H A Dlemon.c1524 static char **azDefine = 0; /* Name of the -D macros */ variable
1532 azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine); in handle_D_option()
1533 if( azDefine==0 ){ in handle_D_option()
1537 paz = &azDefine[nDefine-1]; in handle_D_option()
2827 if( strncmp(azDefine[k],&z[j],n)==0 && lemonStrlen(azDefine[k])==n ){ in preprocess_input()

12