Searched refs:delim (Results 1 – 11 of 11) sorted by relevance
/aoo4110/main/rsc/source/rscpp/ |
H A D | cpp2.c | 379 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 D | cpp4.c | 265 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 D | cpp6.c | 334 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 D | cpp.h | 360 void stparmscan( int delim, DEFBUF *dp); 362 void stparmscan( int delim);
|
/aoo4110/main/sal/osl/w32/ |
H A D | signal.cxx | 145 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()
|
/aoo4110/main/qadevOOo/runner/org/openoffice/ |
H A D | Runner.java | 106 private static boolean checkPathVariable(String _sPath, String delim) in checkPathVariable() argument 111 StringTokenizer aTokenEnum = new StringTokenizer(sPath, delim); in checkPathVariable()
|
/aoo4110/main/libxmlsec/ |
H A D | xmlsec1-configure.patch | 643 t delim 653 :delim
|
H A D | xmlsec1-customkeymanage.patch | 5670 - xmlSecByte delim, 5910 - xmlSecByte delim, int ingoreTrailingSpaces) { 5919 - while(((p - (*str)) < (*strLen)) && ((*p) != delim) && ((q - res) < resLen)) { 5952 - if(((p - (*str)) < (*strLen)) && ((*p) != delim)) {
|
/aoo4110/main/l10ntools/scripts/ |
H A D | localize_old.pl | 100 my $delim;
|
H A D | localize.pl | 125 my $delim;
|
/aoo4110/main/connectivity/source/parse/ |
H A D | sqlflex.l | 72 static sal_Int32 gatherString(sal_Int32 delim, sal_Int32 nTyp);
|
Completed in 743 milliseconds