Home
last modified time | relevance | path

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

/netbsd-src/bin/csh/
H A Dcsh.c146 struct wordent paraml; variable
1092 paraml.next = paraml.prev = &paraml; in process()
1093 paraml.word = STRNULL; in process()
1109 freelex(&paraml); in process()
1164 if ((lex(&paraml) && !seterr && intty) || adrof(STRverbose)) { in process()
1168 prlex(csherr, &paraml); in process()
1187 savehist(&paraml); in process()
1202 alias(&paraml); in process()
1207 savet = syntax(paraml.next, &paraml, 0); in process()
1216 freelex(&paraml); in process()
H A Dcsh.h472 extern struct wordent paraml; /* Current lexical word list */
H A Dlex.c1152 return (&paraml); in gethent()