Home
last modified time | relevance | path

Searched refs:MAXVARLEN (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/bin/csh/
H A Dlex.c436 Char name[4*MAXVARLEN+1], *ep, *np; in getdol()
488 ep = &np[MAXVARLEN]; in getdol()
500 ep = &np[MAXVARLEN]; in getdol()
531 ep = &np[2 * MAXVARLEN + 8]; in getdol()
H A Ddol.c390 Char name[4*MAXVARLEN+1]; in Dgetdol()
501 if (np >= &name[MAXVARLEN]) in Dgetdol()
H A Dset.c180 if ((p - vp) > MAXVARLEN) in doset()
282 if ((p - vp) > MAXVARLEN) in dolet()
H A Dcsh.h437 #define MAXVARLEN 30 /* Maximum number of char in a variable name */ macro
H A Dfunc.c407 if ((cp - sp) > MAXVARLEN) in doforeach()
/netbsd-src/external/bsd/ntp/dist/
H A DCommitLog-4.1.05781 * ntpq/ntpq.c (MAXVARLEN): adjusted internal buffer length for