Searched refs:sh_checkid (Results 1 – 12 of 12) sorted by relevance
/titanic_51/usr/src/lib/libshell/common/include/ |
H A D | defs.h | 366 extern char *sh_checkid(char*,char*);
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 402 extern char *sh_checkid(char*,char*);
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | arith.c | 157 if(sh_checkid(cp+1,(char*)0)) in arith()
|
H A D | string.c | 675 char *sh_checkid(char *str, char *last) in sh_checkid() function
|
H A D | name.c | 656 if(sh_checkid(stakptr(last),(char*)0)) in copystack() 2889 if((ep=sh_checkid(ep+1,cp)) < cp) in lastdot()
|
H A D | lex.c | 2229 dp = sh_checkid(xp,dp); in sh_endword()
|
H A D | macro.c | 676 if(sh_checkid(stkptr(stkp,offset),cp)!=cp) in copyto()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | string.c | 705 char *sh_checkid(char *str, char *last) in sh_checkid() function
|
H A D | arith.c | 267 if(sh_checkid(cp+1,(char*)0)) in arith()
|
H A D | name.c | 727 if(sh_checkid(stakptr(last),(char*)0)) in copystack() 3245 if((ep=sh_checkid(ep+1,cp)) < cp) in lastdot()
|
H A D | lex.c | 2368 dp = sh_checkid(xp,dp); in sh_endword()
|
H A D | macro.c | 738 if(sh_checkid(stkptr(stkp,offset),cp)!=cp) in copyto()
|