Lines Matching defs:line
2662 char line[256];
2664 int size = sizeof(line);
2670 ptr = fgets(line, size, fp);
2675 ptr = fgets(line, size, fp);
2690 reallocsize += strlen(line);
2700 strcat (generalHelpString, line);
2701 ptr = fgets(line, size, fp);
2708 /* remove the comment line */
2709 ptr = fgets(line, size, fp);
2725 reallocsize += strlen(line);
2736 strcat (stickyHelpString, line);
2737 ptr = fgets(line, size, fp);
2744 /* remove the comment line */
2745 ptr = fgets(line, size, fp);
2761 reallocsize += strlen(line);
2772 strcat (mouseHelpString, line);
2773 ptr = fgets(line, size, fp);
2780 /* remove the comment line */
2781 ptr = fgets(line, size, fp);
2797 reallocsize += strlen(line);
2808 strcat (toggleHelpString, line);
2809 ptr = fgets(line, size, fp);
2816 /* remove the comment line */
2817 ptr = fgets(line, size, fp);
2833 reallocsize += strlen(line);
2844 strcat (repeatHelpString, line);
2845 ptr = fgets(line, size, fp);
2852 /* remove the comment line */
2853 ptr = fgets(line, size, fp);
2869 reallocsize += strlen(line);
2880 strcat (slowHelpString, line);
2881 ptr = fgets(line, size, fp);
2888 /* remove the comment line */
2889 ptr = fgets(line, size, fp);
2905 reallocsize += strlen(line);
2916 strcat (bounceHelpString, line);
2917 ptr = fgets(line, size, fp);