Home | History | Annotate | Download | only in orig

Lines Matching refs:TEXT

157       HINSTANCE hinstLib = LoadLibrary(TEXT("Kernel32.dll"));
329 ** This routine reads a line of text from FILE in, stores
330 ** the text in memory obtained from malloc() and returns a pointer
331 ** to the text. NULL is returned at end of file, or if malloc()
381 ** Retrieve a single line of input text.
383 ** zPrior is a string of prior text retrieved. If not the empty
430 char nullvalue[20]; /* The text to print when a NULL comes back from
944 ** If the number of columns is 1 and that column contains text "--"
1151 /* Output TESTCTRL_EXPLAIN text of requested */
1245 ** This routine should print text sufficient to recreate the table.
1383 ** Text of a help message
1389 ".dump ?TABLE? ... Dump the database in an SQL text format\n"
2104 " type text,\n"
2105 " name text,\n"
2106 " tbl_name text,\n"
2108 " sql text\n"
2118 " type text,\n"
2119 " name text,\n"
2120 " tbl_name text,\n"
2122 " sql text\n"
2278 /* convert testctrl text option to value. allow any unique prefix
2723 " -nullvalue 'text' set text string for NULL values\n"