Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dlex.c135 static void setupalias(Lex_t*,const char*, Namval_t*);
1577 setupalias(lp,state,np); in sh_lex()
2529 static void setupalias(Lex_t *lp, const char *string,Namval_t *np) in setupalias() function