Searched refs:inbracket (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c672 register int escaped, inquote, inbracket, quoted; local
676 escaped = inquote = inbracket = quoted = 0;
691 inbracket++;
695 if (inbracket > 0) inbracket--;
701 : ((inbracket && (*ip == ':')) ? '^' : ' ');

Completed in 78 milliseconds