Lines Matching defs:string
759 static char string[2048];
768 string[l] = c;
770 } while (l < (int) sizeof(string)-1);
772 string[l] = 0;
774 return string;
779 static char string[2048];
788 string[l] = c;
790 } while (l < (int) sizeof(string)-1);
792 string[l] = 0;
794 return string;
1015 Parse a token out of a string
1186 Adds the given string at the end of the current argument list
1246 static char string[1024];
1249 vsprintf (string, format,argptr);
1252 return string;
1869 Searches the string for the given
1870 key and returns the associated value, or an empty string.
2040 Con_Printf ("Info string length exceeded\n");
2052 Con_Printf ("Info string length exceeded\n");