Searched refs:MAX_FNAME (Results 1 – 2 of 2) sorted by relevance
48 static char Filename[MAX_FNAME];251 char n[MAX_FNAME]; in list_cmd()272 char n[MAX_FNAME]; in delete_cmd()306 char n[MAX_FNAME], q[MAX_TEMPSTR], *editor;493 char n[MAX_FNAME], envstr[MAX_ENVSTR], tn[MAX_FNAME];
46 #define MAX_FNAME 100 /* max length of internally generated fn */ macro