Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/csh/
H A Dsh.c156 paraml.next = paraml.prev = &paraml; in main()
919 freelex(&paraml); in process()
920 paraml.next = paraml.prev = &paraml; in process()
921 paraml.word = S_ /* "" */; in process()
935 freelex(&paraml), freesyn(t), t = 0; in process()
981 if (lex(&paraml) && intty || in process()
984 prlex(&paraml); in process()
1001 savehist(&paraml); in process()
1017 alias(&paraml); in process()
1022 t = syntax(paraml.next, &paraml, 0); 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.c783 struct wordent paraml; in backeval() local
803 (void) lex(&paraml); in backeval()
807 alias(&paraml); in backeval()
808 t = syntax(paraml.next, &paraml, 0); in backeval()
H A Dsh.h461 struct wordent paraml; /* Current lexical word list */ variable
H A Dsh.lex.c1005 return (&paraml); in gethent()