Searched refs:MAX_VAR_LEN (Results 1 – 1 of 1) sorted by relevance
43 #define MAX_VAR_LEN 128 /* max length of a name */ macro234 char name[MAX_VAR_LEN]; in varexpand()389 char buf[MAX_VAR_LEN]; in setvariable()399 if(!nlen || (nlen >= MAX_VAR_LEN)) { in setvariable()
Completed in 5 milliseconds