Lines Matching refs:from

194 /* Print the last error gotten from the file system. */
261 number from global variables. */
380 from Info output (thus producing plain text)\n\
381 or from HTML (thus producing shorter output);\n\
610 /* Parse argument flags from the input line. */
918 /* Clear whitespace from the front and end of string. */
983 int from = input_text_offset;
986 while (from != tt)
987 if (input_text[from++] == '\n')
1014 /* Read characters from the file until we are at MATCH.
1052 replace_with_expansion (int from, int *to)
1057 unsigned raw_len = *to - from;
1067 memchr (input_text + from, COMMAND_PREFIX, raw_len) == 0)
1070 /* Get original string from input. */
1072 memcpy (str, input_text + from, raw_len);
1079 append_to_expansion_output (from);
1092 new_len = from + xp_len + input_text_length - *to + 1;
1096 since it could have to be relocated from under our
1104 memmove (input_text + from + xp_len,
1113 memcpy (input_text + from, xp, xp_len);
1120 remember_itext (input_text, from);
1123 /* Read characters from the file until we are at MATCH or end of line.
1201 /* Read characters from the file until we are at MATCH or closing brace.
1300 /* Convert the Texinfo file coming from the open stream STREAM. Assume the
1342 /* Not strictly necessary. This magic prevents read_token () from doing
1457 subdir = basename; /* from user, use unchanged */
1585 /* Replace name from @setfilename with the html name. */
1643 printf (_("Making %s file `%s' from `%s'.\n"),
1656 /* Make the displayable filename from output_filename. Only the base
1664 /* For this file only, count the number of newlines from the top of
1678 add_word_args (_("This is %s, produced by makeinfo version %s from %s.\n"),
1860 /* This is called from `reader_loop' when we are at the * beginning a
2218 { /* Duplicate code from below, but not worth twisting the
2569 then we're being called from glean_node_from_menu to try to
2685 /* This check for in_html_block_level_elt prevents <p> from being
2713 /* Remove trailing whitespace from output. */
2877 /* Remove upto COUNT characters of whitespace from the
2908 /* Prevent calls to flush_output () from having any effect. */
3191 search_forward (char *string, int from)
3195 while (from < input_text_length)
3197 if (strncmp (input_text + from, string, len) == 0)
3198 return from;
3199 from++;
3206 search_forward_until_pos (char *string, int from, int end_pos)
3211 from = search_forward (string, from);
3215 return from;
3222 /* First check the current input_text. Start from the next char because
3525 /* Remove NAME from the list of `set' defines. */
3636 disappear from output_paragraph, when this function is called
3790 read lines from the the file until we reach a matching
4090 it from under our feet if it finds any macros in STR. */
4103 /* Copy the expansion from the buffer. */