Searched refs:LINESIZE (Results 1 – 2 of 2) sorted by relevance
563 #define LINESIZE 1000 macro564 typedef char MAXSTRING [LINESIZE+1];678 strncpy( cDelim+1, argv[args+6], LINESIZE ); // \t Tab always remains in main()679 cDelim[LINESIZE-1] = 0; in main()700 strncpy( cDelim+1, argv[args+6], LINESIZE ); // \t Tab always remains in main()701 cDelim[LINESIZE-1] = 0; in main()732 cin.getline( cLine, LINESIZE ) ; in main()
3629 Nach dem Schl�sselwort LINESIZE wird die Ver�nderung bei schrittweisem Scrollen
Completed in 27 milliseconds