Lines Matching defs:line
2663 char line[256];
2665 int size = sizeof(line);
2671 ptr = fgets(line, size, fp);
2676 ptr = fgets(line, size, fp);
2691 reallocsize += strlen(line);
2701 strcat (generalHelpString, line);
2702 ptr = fgets(line, size, fp);
2709 /* remove the comment line */
2710 ptr = fgets(line, size, fp);
2726 reallocsize += strlen(line);
2737 strcat (stickyHelpString, line);
2738 ptr = fgets(line, size, fp);
2745 /* remove the comment line */
2746 ptr = fgets(line, size, fp);
2762 reallocsize += strlen(line);
2773 strcat (mouseHelpString, line);
2774 ptr = fgets(line, size, fp);
2781 /* remove the comment line */
2782 ptr = fgets(line, size, fp);
2798 reallocsize += strlen(line);
2809 strcat (toggleHelpString, line);
2810 ptr = fgets(line, size, fp);
2817 /* remove the comment line */
2818 ptr = fgets(line, size, fp);
2834 reallocsize += strlen(line);
2845 strcat (repeatHelpString, line);
2846 ptr = fgets(line, size, fp);
2853 /* remove the comment line */
2854 ptr = fgets(line, size, fp);
2870 reallocsize += strlen(line);
2881 strcat (slowHelpString, line);
2882 ptr = fgets(line, size, fp);
2889 /* remove the comment line */
2890 ptr = fgets(line, size, fp);
2906 reallocsize += strlen(line);
2917 strcat (bounceHelpString, line);
2918 ptr = fgets(line, size, fp);