Searched refs:textual (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/cloog/osl/source/extensions/
H A Dtextual.c5 ** extensions/textual.c **
70 #include <osl/extensions/textual.h>
83 * this function displays an osl_textual_t structure (*textual) into a
88 * \param[in] textual The textual structure to be printed.
91 void osl_textual_idump(FILE * file, osl_textual_p textual, int level) { argument
99 if (textual != NULL) {
102 // Display the textual message (without any carriage return).
103 tmp = strdup(textual->textual);
139 osl_textual_dump(FILE * file, osl_textual_p textual) argument
176 osl_textual_sprint(osl_textual_p textual) argument
198 osl_textual_p textual = NULL; local
227 osl_textual_p textual; local
242 osl_textual_free(osl_textual_p textual) argument
263 osl_textual_clone(osl_textual_p textual) argument
[all...]
/haiku-buildtools/cloog/osl/include/osl/extensions/
H A Dtextual.h5 ** extensions/textual.h **
76 # define OSL_URI_TEXTUAL "textual"
80 * The osl_textual_t structure stores the complete textual
85 char * textual; /**< Full extension string as a 0-terminated string. */ member in struct:osl_textual
/haiku-buildtools/cloog/osl/include/osl/
H A Dosl.h83 * - textual
97 # include <osl/extensions/textual.h>
/haiku-buildtools/cloog/osl/
H A DMakefile.am99 include/osl/extensions/textual.h \
116 source/extensions/textual.c \
/haiku-buildtools/cloog/osl/source/
H A Dscop.c71 #include <osl/extensions/textual.h>
215 * into a file (file, possibly stdout) in the OpenScop textual format.
313 * complying to the OpenScop textual format and returns a pointer to this
677 * corresponding to those interfaces from the textual form of the extensions
683 osl_generic_p textual, new; local
689 textual = osl_generic_lookup(scop->extension, interface->URI);
690 if (textual != NULL) {
691 extension_string = ((osl_textual_p)textual->data)->textual;
H A Dinterface.c66 #include <osl/extensions/textual.h>
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex3344 % of the skip. The only way seems to be to check the textual
/haiku-buildtools/libtool/doc/
H A Dtexinfo.tex3539 % of the skip. The only way seems to be to check the textual
/haiku-buildtools/autoconf/build-aux/
H A Dtexinfo.tex3812 % of the skip. The only way seems to be to check the textual
/haiku-buildtools/binutils/texinfo/
H A Dtexinfo.tex4520 % of the skip. The only way seems to be to check the textual
/haiku-buildtools/gcc/gmp/doc/
H A Dtexinfo.tex4292 % of the skip. The only way seems to be to check the textual
/haiku-buildtools/gcc/mpc/doc/
H A Dtexinfo.tex4524 % of the skip. The only way seems to be to check the textual
/haiku-buildtools/cloog/osl/autoconf/
H A Dtexinfo.tex4738 % of the skip. The only way seems to be to check the textual
/haiku-buildtools/gcc/mpfr/doc/
H A Dtexinfo.tex4738 % of the skip. The only way seems to be to check the textual
/haiku-buildtools/gcc/gcc/doc/include/
H A Dtexinfo.tex4748 % of the skip. The only way seems to be to check the textual

Completed in 473 milliseconds