Lines Matching defs:in
21 * is written in such a way that a 2.0 reader will be able to use it,
107 uint16_t totalAliasCount; /* Total aliases in this column */
118 uint16_t totalAliasCount; /* Total aliases in this row */
157 parseFile(FileStream *in);
222 FileStream *in;
235 "error in command line argument \"%s\"\n",
283 in=T_FileStream_open(path, "r");
284 if(in==NULL) {
288 parseFile(in);
289 T_FileStream_close(in);
322 parseFile(FileStream *in) {
341 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) {
548 /* allocate a new entry in the tag table */
603 /* allocate a new entry in the tag table */
688 fprintf(stderr, "warning(line %d): alias %s contains a \""UCNV_OPTION_SEP_STRING"\". Options are parsed at run-time and do not need to be in the alias table.\n",
693 fprintf(stderr, "warning(line %d): alias %s contains an \""UCNV_VALUE_SEP_STRING"\". Options are parsed at run-time and do not need to be in the alias table.\n",
709 * Only print a warning in verbose mode, or if the alias is a precise duplicate,
817 /* Do the leftovers last, just in case */
984 /* write the offsets of all the aliases lists in a 2D array, and create the lists. */