Searched refs:regexpr (Results 1 – 4 of 4) sorted by relevance
/external/one-true-awk/ |
D | lex.c | 166 int regexpr(void); 184 return regexpr(); in yylex() 507 int regexpr(void) in regexpr() function
|
D | FIXES | 700 small fixes to regexpr code: can now handle []], [[], and
|
/external/python/cpython2/Misc/ |
D | HISTORY | 9662 * Objects/fileobject.c, Modules/shamodule.c, Modules/regexpr.c: 12481 - Fixed a bug (broken use of the syntax table) in the old "regexpr.c". 12911 - reopmodule.c, regexmodule.c, regexpr.c, zlibmodule.c: needed casts 13144 - Added casts and changed some return types in regexpr.c to avoid 13626 rewritten regexpr.c. Most work on this was done by Jeffrey Ollie, Tim 14796 defined by sources that were incorporated from elsewhere (regexpr.c, 16795 (old) C compilers choke on regexpr.c
|
/external/python/cpython3/Misc/ |
D | HISTORY | 27041 * Objects/fileobject.c, Modules/shamodule.c, Modules/regexpr.c: 29860 - Fixed a bug (broken use of the syntax table) in the old "regexpr.c". 30290 - reopmodule.c, regexmodule.c, regexpr.c, zlibmodule.c: needed casts 30523 - Added casts and changed some return types in regexpr.c to avoid 31005 rewritten regexpr.c. Most work on this was done by Jeffrey Ollie, Tim 32175 defined by sources that were incorporated from elsewhere (regexpr.c, 34174 (old) C compilers choke on regexpr.c
|