Home
last modified time | relevance | path

Searched refs:delim (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/rsc/source/rscpp/
H A Dcpp2.c379 register int delim; in doinclude() local
384 delim = macroid(skipws()); in doinclude()
385 if (delim != '<' && delim != '"') in doinclude()
387 if (delim == '<') in doinclude()
388 delim = '>'; in doinclude()
400 if (*workp != delim) in doinclude()
403 while ((c = get()) != delim && c != EOF_CHAR) in doinclude()
416 else if (openinclude(def_filename, (delim == '"'))) in doinclude()
419 if (openinclude(work, (delim == '"'))) in doinclude()
H A Dcpp4.c265 void stparmscan(delim, dp) argument
266 int delim;
283 save(delim);
285 while ((c = get()) != delim
297 if (c != delim)
302 void stparmscan(int delim) argument
311 if (!scanstring(delim, save))
H A Dcpp6.c334 scanstring(int delim, in scanstring() argument
350 (*outfun)(delim); in scanstring()
351 while ((c = get()) != delim in scanstring()
361 if (c == delim) { in scanstring()
H A Dcpp.h360 void stparmscan( int delim, DEFBUF *dp);
362 void stparmscan( int delim);
/aoo42x/main/sal/osl/w32/
H A Dsignal.cxx145 const char *delim = strchr(envparam, '=' ); in ReportCrash() local
147 if ( delim ) in ReportCrash()
152 size_t variable_len = delim - envparam; in ReportCrash()
153 const char *value = delim + 1; in ReportCrash()
/aoo42x/main/qadevOOo/runner/org/openoffice/
H A DRunner.java106 private static boolean checkPathVariable(String _sPath, String delim) in checkPathVariable() argument
111 StringTokenizer aTokenEnum = new StringTokenizer(sPath, delim); in checkPathVariable()
/aoo42x/main/libxmlsec/
H A Dxmlsec1-configure.patch643 t delim
653 :delim
H A Dxmlsec1-customkeymanage.patch5670 - xmlSecByte delim,
5910 - xmlSecByte delim, int ingoreTrailingSpaces) {
5919 - while(((p - (*str)) < (*strLen)) && ((*p) != delim) && ((q - res) < resLen)) {
5952 - if(((p - (*str)) < (*strLen)) && ((*p) != delim)) {
/aoo42x/main/l10ntools/scripts/
H A Dlocalize_old.pl100 my $delim;
H A Dlocalize.pl125 my $delim;
/aoo42x/main/connectivity/source/parse/
H A Dsqlflex.l72 static sal_Int32 gatherString(sal_Int32 delim, sal_Int32 nTyp);

Completed in 62 milliseconds