Searched defs:cint (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/filters/
H A Dsed0.c929 int cint; /* integer value of char c */ local
957 cint = (int) c;
958 if((ep[cint] = *tsp++) == '\\' && *tsp == 'n') {
959 ep[cint] = '\n';
962 if(ep[cint] == commands->sseof || ep[cint] == '\0') {

Completed in 8 milliseconds