Searched refs:DELIM (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/jam/
H A Dpathmac.c43 # define DELIM ':' macro
70 if( p = strrchr( file, DELIM ) )
78 while( p > f->f_dir.ptr && *--p == DELIM )
151 if( len == 1 && ptr[0] == DELIM )
153 if( len == 2 && ptr[0] == DELIM && ptr[1] == DELIM )
155 if( ptr[0] == DELIM )
200 *file++ = DELIM;
219 if( file[-1] == DELIM ) --file;
234 file[-1] != DELIM
[all...]
/haiku-buildtools/gcc/gcc/fortran/
H A Dio.c49 tag_e_delim = {"DELIM", " delim =", " %e", BT_CHARACTER},
83 tag_s_delim = {"DELIM", " delim =", " %v", BT_CHARACTER},
2003 /* Checks on the DELIM specifier. */
2010 if (!is_char_type ("DELIM", open->delim))
2013 if (!compare_to_allowed_values ("DELIM", delim, NULL, NULL,
2194 const char *spec = (open->delim ? "DELIM "
3560 if (!gfc_notify_std (GFC_STD_F2003, "DELIM= at %C "
3564 if (!is_char_type ("DELIM", dt->delim))
3571 if (!compare_to_allowed_values ("DELIM", delim, NULL, NULL,
3577 "DELIM
[all...]
H A Ddump-parse-tree.c2053 fputs (" DELIM=", dumpfile);
2284 fputs (" DELIM=", dumpfile);
2426 fputs (" DELIM=", dumpfile);

Completed in 48 milliseconds