Home
last modified time | relevance | path

Searched refs:paraml (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.c160 paraml.next = paraml.prev = &paraml; in main()
922 freelex(&paraml); in process()
923 paraml.next = paraml.prev = &paraml; in process()
924 paraml.word = S_ /* "" */; in process()
984 if (lex(&paraml) && intty || in process()
987 prlex(&paraml); in process()
1004 savehist(&paraml); in process()
1020 alias(&paraml); in process()
1025 t = syntax(paraml.next, &paraml, 0); in process()
1051 freelex(&paraml), freesyn(t); in process()
[all …]
H A Dsh.exp.c591 struct wordent paraml; in evalav() local
592 struct wordent *hp = &paraml; in evalav()
612 alias(&paraml); in evalav()
613 t = syntax(paraml.next, &paraml, 0); in evalav()
617 freelex(&paraml), freesyn(t); in evalav()
H A Dsh.glob.c786 struct wordent paraml; in backeval() local
806 (void) lex(&paraml); in backeval()
810 alias(&paraml); in backeval()
811 t = syntax(paraml.next, &paraml, 0); in backeval()
H A Dsh.h439 extern struct wordent paraml; /* Current lexical word list */
H A Dsh.lex.c31 struct wordent paraml; variable
1012 return (&paraml); in gethent()