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 */
158 parseFile(FileStream *in);
225 FileStream *in;
238 "error in command line argument \"%s\"\n",
291 in=T_FileStream_open(path, "r");
292 if(in==NULL) {
296 parseFile(in);
297 T_FileStream_close(in);
330 parseFile(FileStream *in) {
349 while (T_FileStream_readLine(in, lastLine, MAX_LINE_SIZE) != NULL) {
556 /* allocate a new entry in the tag table */
611 /* allocate a new entry in the tag table */
696 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",
701 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",
717 * Only print a warning in verbose mode, or if the alias is a precise duplicate,
825 /* Do the leftovers last, just in case */
992 /* write the offsets of all the aliases lists in a 2D array, and create the lists. */