HomeSort by relevance Sort by last modified time
    Searched refs:saveq (Results 1 - 4 of 4) sorted by null

  /webstack/mod_sed/
libsed.h 78 const char *saveq; member in struct:sed_commands_s
sed0.c 730 commands->saveq = q;
737 commands->saveq = NULL;
744 commands->saveq = NULL;
754 if((q = commands->saveq) == 0) return(-1);
758 commands->saveq = q;
765 commands->saveq = NULL;
772 commands->saveq = NULL;
  /webstack/webserver/src/server/libsed/
libsed.h 114 const char *saveq; member in struct:sed_commands_s
sed0.c 756 commands->saveq = q;
763 commands->saveq = NULL;
770 commands->saveq = NULL;
780 if((q = commands->saveq) == 0) return(-1);
784 commands->saveq = q;
791 commands->saveq = NULL;
798 commands->saveq = NULL;

Completed in 120 milliseconds