Home
last modified time | relevance | path

Searched refs:paraml1 (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.glob.c775 struct wordent paraml1; in backeval() local
776 initlex(&paraml1); in backeval()
793 freelex(&paraml1); in backeval()
794 (void) lex(&paraml1); in backeval()
795 cleanup_push(&paraml1, lex_cleanup); in backeval()
798 alias(&paraml1); in backeval()
799 t = syntax(paraml1.next, &paraml1, 0); in backeval()
819 cleanup_until(&paraml1); in backeval()
H A Dsh.exp.c948 struct wordent paraml1; in evalav() local
949 struct wordent *hp = &paraml1; in evalav()
965 cleanup_push(&paraml1, lex_cleanup); in evalav()
966 alias(&paraml1); in evalav()
967 t = syntax(paraml1.next, &paraml1, 0); in evalav()
972 cleanup_until(&paraml1); in evalav()