Home
last modified time | relevance | path

Searched refs:delim_list (Results 1 – 10 of 10) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Degoboo_fileutil.c152 char goto_delimiter_list( char * buffer, vfs_FILE* fileread, const char * delim_list, bool_t option… in goto_delimiter_list() argument
163 if ( INVALID_CSTR( delim_list ) ) return bfalse; in goto_delimiter_list()
168 if ( 1 == strlen( delim_list ) ) in goto_delimiter_list()
170 bool_t rv = goto_delimiter( buffer, fileread, delim_list[0], optional ); in goto_delimiter_list()
171 retval = rv ? delim_list[0] : retval; in goto_delimiter_list()
181 is_delim = ( NULL != strchr( delim_list, cTmp ) ); in goto_delimiter_list()
205 … log_error( "There are not enough delimiters (%s) in file! (%s)\n", delim_list, parse_filename ); in goto_delimiter_list()
H A Degoboo_fileutil.h114 …char goto_delimiter_list( char * buffer, vfs_FILE* fileread, const char * delim_list, bool_t opt…
/dports/games/powwow/powwow-1.2.17/
H A Dmain.h109 extern char *delim_list[];
H A Dedit.c644 char *old = delim_list[DELIM_CUSTOM]; in __P1()
645 if (!(delim_list[DELIM_CUSTOM] = my_strdup(s))) in __P1()
H A Ddefines.h161 #define DELIM (delim_list[delim_mode])
H A Dmain.c231 char *delim_list[] = { " ;", " <>!=(),;\"'{}[]+-/*%", 0 }; variable
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/cmake/scripts/
H A Dexpand_instantiations.cc100 get_substring_with_delim(std::string &in, const std::string &delim_list) in get_substring_with_delim() argument
107 if ((delim_list.find(in[0]) != std::string::npos) && in get_substring_with_delim()
/dports/science/py-moltemplate/moltemplate-2.19.14/moltemplate/
H A Dttree_lex.py1535 delim_list = delims
1537 delim_list = [delims] # then it hopefully is a string
1540 for delim in delim_list:
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Doct-stream.cc1848 Cell delim_list; member in octave::textscan
3132 if (delim_list.isempty ()) in scan_string()
3157 std::string ends (delim_list.numel () + 2, '\0'); in scan_string()
3159 for (i = 0; i < delim_list.numel (); i++) in scan_string()
3161 std::string tmp = delim_list(i).string_value (); in scan_string()
3166 val = textscan::read_until (is, delim_list, ends); in scan_string()
3896 if (delim_list.numel () == 0) // single character delimiter
3928 || (-1 != (first_match = lookahead (is, delim_list, delim_len))))
3949 || -1 != lookahead (is, delim_list, delim_len)))
/dports/math/octave/octave-6.4.0/
H A DChangeLog20966 'delim_list' cell from the 'whitespace' string in case user adds a