| /webstack/mod_sed/ |
| libsed.h | 51 int gfl; member in struct:sed_reptr_s
|
| sed0.c | 554 commands->rep->gfl = 999; 556 commands->rep->gfl = 999; 572 commands->rep->gfl = i;
|
| sed1.c | 601 if (dosub(eval, ipc->rhs, ipc->gfl, step_vars) != APR_SUCCESS) 604 if(ipc->gfl) { 607 if (dosub(eval, ipc->rhs, ipc->gfl, step_vars) != APR_SUCCESS)
|
| /webstack/webserver/src/server/libsed/ |
| libsed.h | 88 int gfl; member in struct:sed_reptr_s
|
| sed0.c | 581 commands->rep->gfl = 999; 583 commands->rep->gfl = 999; 599 commands->rep->gfl = i;
|
| sed1.c | 618 if (dosub(eval, ipc->rhs, ipc->gfl, step_vars) != PR_SUCCESS) 621 if(ipc->gfl) { 624 if (dosub(eval, ipc->rhs, ipc->gfl, step_vars) != PR_SUCCESS)
|