HomeSort by relevance Sort by last modified time
    Searched defs:comperr (Results 1 - 2 of 2) sorted by null

  /webstack/mod_sed/
regexp.c 57 static void comperr(sed_commands_t *commands, char *msg);
63 static void comperr(sed_commands_t *commands, char *msg) function
77 comperr(commands, "Range endpoint too large: %s");
81 comperr(commands, "Bad number: %s");
85 comperr(commands, "``\\digit'' out of range: %s");
89 comperr(commands, "Illegal or missing delimiter: %s");
93 comperr(commands, "No remembered search string: %s");
97 comperr(commands, "\\( \\) imbalance: %s");
101 comperr(commands, "Too many \\(: %s");
105 comperr(commands, "More than 2 numbers given in \\{ \\}: %s")
    [all...]
  /webstack/webserver/src/server/libsed/
regexp.c 82 static void comperr(sed_commands_t *commands, char *msg);
88 static void comperr(sed_commands_t *commands, char *msg) function
102 comperr(commands, "Range endpoint too large: %s");
106 comperr(commands, "Bad number: %s");
110 comperr(commands, "``\\digit'' out of range: %s");
114 comperr(commands, "Illegal or missing delimiter: %s");
118 comperr(commands, "No remembered search string: %s");
122 comperr(commands, "\\( \\) imbalance: %s");
126 comperr(commands, "Too many \\(: %s");
130 comperr(commands, "More than 2 numbers given in \\{ \\}: %s")
    [all...]

Completed in 240 milliseconds