Searched defs:paraml (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c591 struct wordent paraml; local
592 struct wordent *hp = &paraml;
612 alias(&paraml);
613 t = syntax(paraml.next, &paraml, 0);
617 freelex(&paraml), freesyn(t);
H A Dsh.glob.c783 struct wordent paraml; local
803 (void) lex(&paraml);
807 alias(&paraml);
808 t = syntax(paraml.next, &paraml, 0);
H A Dsh.h461 struct wordent paraml; /* Current lexical word list */ variable in typeref:struct:wordent

Completed in 72 milliseconds